summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 09:30:41 +0100
committerSam James <sam@gentoo.org>2023-05-01 09:33:51 +0100
commitf6f47da965673ce8435b2cf8331e2af304a87c6b (patch)
treeb9c92b6ed86ae8c4c220cd89c0a956fd95044f0e
parentmedia-libs/openimageio: Stabilize 2.4.6.0-r1 amd64, #899444 (diff)
downloadgentoo-f6f47da965673ce8435b2cf8331e2af304a87c6b.tar.gz
gentoo-f6f47da965673ce8435b2cf8331e2af304a87c6b.tar.bz2
gentoo-f6f47da965673ce8435b2cf8331e2af304a87c6b.zip
dev-util/gyp: enable py3.11
Closes: https://bugs.gentoo.org/896930 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/gyp/gyp-20200512145953.ebuild2
-rw-r--r--dev-util/gyp/gyp-99999999999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gyp/gyp-20200512145953.ebuild b/dev-util/gyp/gyp-20200512145953.ebuild
index 748f232c0c8d..f8a77f126c1e 100644
--- a/dev-util/gyp/gyp-20200512145953.ebuild
+++ b/dev-util/gyp/gyp-20200512145953.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_SINGLE_IMPL="1"
inherit distutils-r1
diff --git a/dev-util/gyp/gyp-99999999999999.ebuild b/dev-util/gyp/gyp-99999999999999.ebuild
index 22b7cac6dc60..8861e63de779 100644
--- a/dev-util/gyp/gyp-99999999999999.ebuild
+++ b/dev-util/gyp/gyp-99999999999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_SINGLE_IMPL="1"
inherit distutils-r1