From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0639B158020 for ; Sun, 23 Oct 2022 17:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC454E08F6; Sun, 23 Oct 2022 17:46:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D533BE08F6 for ; Sun, 23 Oct 2022 17:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D6C43409A4 for ; Sun, 23 Oct 2022 17:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC61E5F6 for ; Sun, 23 Oct 2022 17:46:02 +0000 (UTC) From: "Oliver Freyermuth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" Message-ID: <1666547114.9dd4cda9fb21f449f91aacd61fc5a441bdcaf805.freyermuth@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/cglm/cglm-9999.ebuild X-VCS-Directories: dev-libs/cglm/ X-VCS-Committer: freyermuth X-VCS-Committer-Name: Oliver Freyermuth X-VCS-Revision: 9dd4cda9fb21f449f91aacd61fc5a441bdcaf805 X-VCS-Branch: dev Date: Sun, 23 Oct 2022 17:46:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 504cc772-3341-48a6-8377-a0c814c89f2e X-Archives-Hash: 80200e0ec4acd63b305024a48af63c56 commit: 9dd4cda9fb21f449f91aacd61fc5a441bdcaf805 Author: Oliver Freyermuth googlemail com> AuthorDate: Sun Oct 23 17:45:14 2022 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Sun Oct 23 17:45:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dd4cda9 dev-libs/cglm: enable py3.11 Signed-off-by: Oliver Freyermuth googlemail.com> dev-libs/cglm/cglm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/cglm/cglm-9999.ebuild b/dev-libs/cglm/cglm-9999.ebuild index 4fb50580e..b148db8ed 100644 --- a/dev-libs/cglm/cglm-9999.ebuild +++ b/dev-libs/cglm/cglm-9999.ebuild @@ -7,7 +7,7 @@ DOCS_BUILDER="sphinx" DOCS_AUTODOC=0 DOCS_DIR="${S}/docs/source" -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-any-r1 inherit docs meson