summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-09-05 22:57:06 -0400
committerMatt Turner <mattst88@gentoo.org>2024-09-05 23:13:54 -0400
commitc764a8d9f8325bef0ea86c500220d497606f3b13 (patch)
treee85d70d93b572767067111063d301d116ed78de2 /x11-apps
parentx11-libs/libXi: Version bump to 1.8.2 (diff)
downloadgentoo-c764a8d9f8325bef0ea86c500220d497606f3b13.tar.gz
gentoo-c764a8d9f8325bef0ea86c500220d497606f3b13.tar.bz2
gentoo-c764a8d9f8325bef0ea86c500220d497606f3b13.zip
x11-apps/igt-gpu-tools: Add Python 3.13 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.ebuild2
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 1f80a8afe9ad..72aa45ebbf28 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit ${GIT_ECLASS} meson python-any-r1
DESCRIPTION="Intel GPU userland tools"