commit: 3cb1f4af7a4809094f3adfe08e005a02fadca88b
Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 01:21:11 2023 +0000
Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 01:21:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb1f4af
dev-util/glslang: enable py3.12
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
dev-util/glslang/glslang-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/glslang/glslang-9999.ebuild
b/dev-util/glslang/glslang-9999.ebuild
index c00807a5549c..0ddc071bafdc 100644
--- a/dev-util/glslang/glslang-9999.ebuild
+++ b/dev-util/glslang/glslang-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit cmake-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then