diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2020-12-16 21:41:53 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2020-12-16 21:42:09 -0500 |
commit | ded8091b58d975b4269265d60f13c333c4fc261d (patch) | |
tree | 77e6069522eb436f7ea28da79a14b402b04ee325 /dev-util/glslang/glslang-9999.ebuild | |
parent | sys-fs/mtd-utils: Stabilize 2.1.2 amd64, #750119 (diff) | |
download | gentoo-ded8091b58d975b4269265d60f13c333c4fc261d.tar.gz gentoo-ded8091b58d975b4269265d60f13c333c4fc261d.tar.bz2 gentoo-ded8091b58d975b4269265d60f13c333c4fc261d.zip |
dev-util/glslang: Fix python version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'dev-util/glslang/glslang-9999.ebuild')
-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 169c585773e9..96d98ee5f12d 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 |