dev-util/spirv-tools: add python 3.10

Closes: https://bugs.gentoo.org/829446
Closes: https://github.com/gentoo/gentoo/pull/23383
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
t0b3
2021-12-17 12:32:52 +01:00
committed by Matt Turner
parent d6dcf0c0e5
commit dfe84141d9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ EAPI=7
MY_PN=SPIRV-Tools
CMAKE_ECLASS="cmake"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then

View File

@@ -5,7 +5,7 @@ EAPI=7
MY_PN=SPIRV-Tools
CMAKE_ECLASS="cmake"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then