diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-16 10:47:45 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-16 10:53:42 -0400 |
commit | 28674857ff34de9b636e05caf01c60e7d9967f9c (patch) | |
tree | 3b27946d233365e347a70418ecc84f0af080d893 /dev-util/glslang | |
parent | dev-util/spirv-tools: Version bump to 1.3.283.0 (diff) | |
download | gentoo-28674857ff34de9b636e05caf01c60e7d9967f9c.tar.gz gentoo-28674857ff34de9b636e05caf01c60e7d9967f9c.tar.bz2 gentoo-28674857ff34de9b636e05caf01c60e7d9967f9c.zip |
dev-util/glslang: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/glslang')
-rw-r--r-- | dev-util/glslang/glslang-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild index 016cbd9bdeea..e62278e058a5 100644 --- a/dev-util/glslang/glslang-9999.ebuild +++ b/dev-util/glslang/glslang-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then |