commit: ded8091b58d975b4269265d60f13c333c4fc261d
Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 02:41:53 2020 +0000
Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 02:42:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded8091b
dev-util/glslang: Fix python version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild | 2 +-
dev-util/glslang/glslang-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
b/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
index 35e6ee8f2b1..7e40994e48a 100644
--- a/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
+++ b/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
@@ -4,7 +4,7 @@
EAPI=7
CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit cmake-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then
diff --git a/dev-util/glslang/glslang-9999.ebuild
b/dev-util/glslang/glslang-9999.ebuild
index 169c585773e..96d98ee5f12 100644
--- a/dev-util/glslang/glslang-9999.ebuild
+++ b/dev-util/glslang/glslang-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit cmake-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then