summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-05-23 10:51:23 -0400
committerMatt Turner <mattst88@gentoo.org>2024-05-23 10:57:02 -0400
commit495c726ea672212c76c3e655b273789168757b9b (patch)
tree0dcc4b8511d4cd1dc2642cdb2ab5ceef450323e8 /dev-debug/apitrace
parentapp-editors/helix: Remove `grammar` USE flag (diff)
downloadgentoo-495c726ea672212c76c3e655b273789168757b9b.tar.gz
gentoo-495c726ea672212c76c3e655b273789168757b9b.tar.bz2
gentoo-495c726ea672212c76c3e655b273789168757b9b.zip
dev-debug/apitrace: Add Python 3.12/3.13 compatibility
Closes: https://bugs.gentoo.org/929390 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-debug/apitrace')
-rw-r--r--dev-debug/apitrace/apitrace-9.0-r5.ebuild (renamed from dev-debug/apitrace/apitrace-9.0-r4.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/apitrace/apitrace-9.0-r4.ebuild b/dev-debug/apitrace/apitrace-9.0-r5.ebuild
index b78a91aa9c82..ab8cb5c9518c 100644
--- a/dev-debug/apitrace/apitrace-9.0-r4.ebuild
+++ b/dev-debug/apitrace/apitrace-9.0-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake-multilib multilib python-single-r1
DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"