summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-30 13:10:37 +0100
committerSam James <sam@gentoo.org>2024-06-30 13:12:17 +0100
commit04b4e167832e175af14c401d0f95d099de482236 (patch)
tree657ff46ba8fbe77a713442bf5077e8199269f8ad /dev-build/gyp
parentmedia-sound/bristol: Add or fix missing musl includes (diff)
downloadgentoo-04b4e167832e175af14c401d0f95d099de482236.tar.gz
gentoo-04b4e167832e175af14c401d0f95d099de482236.tar.bz2
gentoo-04b4e167832e175af14c401d0f95d099de482236.zip
dev-build/gyp: enable py3.12
With reluctance given the test issues, but users report it works ok for them for mozc, which is all gyp is for. Bug: https://bugs.gentoo.org/929323 Closes: https://bugs.gentoo.org/929378 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/gyp')
-rw-r--r--dev-build/gyp/gyp-20200512145953.ebuild2
-rw-r--r--dev-build/gyp/gyp-99999999999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-build/gyp/gyp-20200512145953.ebuild b/dev-build/gyp/gyp-20200512145953.ebuild
index 1e3d8e400eef..2a097d13e4b8 100644
--- a/dev-build/gyp/gyp-20200512145953.ebuild
+++ b/dev-build/gyp/gyp-20200512145953.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_SINGLE_IMPL="1"
inherit distutils-r1
diff --git a/dev-build/gyp/gyp-99999999999999.ebuild b/dev-build/gyp/gyp-99999999999999.ebuild
index 3ef8251ef799..d0cfc3580646 100644
--- a/dev-build/gyp/gyp-99999999999999.ebuild
+++ b/dev-build/gyp/gyp-99999999999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_SINGLE_IMPL="1"
inherit distutils-r1