diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-29 16:03:10 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-29 16:04:43 -0500 |
commit | 790caa5db79a3ffed863c6ce3eaefca67a6b7b5b (patch) | |
tree | 7e4ea0914687fe0495ae1a302c71f8a7c6caaf93 /x11-apps | |
parent | x11-apps/igt-gpu-tools: Remove unnecessary subslot operators (diff) | |
download | gentoo-790caa5db79a3ffed863c6ce3eaefca67a6b7b5b.tar.gz gentoo-790caa5db79a3ffed863c6ce3eaefca67a6b7b5b.tar.bz2 gentoo-790caa5db79a3ffed863c6ce3eaefca67a6b7b5b.zip |
x11-apps/igt-gpu-tools: Add Python 3.12 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild index f07b5e1a3be5..8f6415b16655 100644 --- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit ${GIT_ECLASS} meson python-any-r1 DESCRIPTION="Intel GPU userland tools" |