diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-23 16:51:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-23 17:03:15 +0300 |
commit | c1f125de506a97c1bef0fe2cef0217ba5b01a0c5 (patch) | |
tree | 34184d763efcfafd30d0acd5cf3abe5abaca11f6 /dev-util/glslang/glslang-9999.ebuild | |
parent | dev-python/flask-security: enable py3.10 (diff) | |
download | gentoo-c1f125de506a97c1bef0fe2cef0217ba5b01a0c5.tar.gz gentoo-c1f125de506a97c1bef0fe2cef0217ba5b01a0c5.tar.bz2 gentoo-c1f125de506a97c1bef0fe2cef0217ba5b01a0c5.zip |
dev-util/glslang: enable py3.10
Passed tests (by temporarily unrestricting them)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/glslang/glslang-9999.ebuild')
-rw-r--r-- | dev-util/glslang/glslang-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild index ae66106f0080..bae2c9f13ff2 100644 --- a/dev-util/glslang/glslang-9999.ebuild +++ b/dev-util/glslang/glslang-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_ECLASS="cmake" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then |