diff options
author | 2024-09-05 22:57:06 -0400 | |
---|---|---|
committer | 2024-09-05 23:13:54 -0400 | |
commit | c764a8d9f8325bef0ea86c500220d497606f3b13 (patch) | |
tree | e85d70d93b572767067111063d301d116ed78de2 /x11-apps | |
parent | x11-libs/libXi: Version bump to 1.8.2 (diff) | |
download | gentoo-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.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 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" |