commit: b23b261855dea93acff0aae64d255eab4a90c991
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 07:57:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 07:58:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23b2618
dev-util/pahole: enable py3.13
... and drop py3.9 which is a noop these days.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/pahole/pahole-1.27-r1.ebuild | 2 +-
dev-util/pahole/pahole-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild
b/dev-util/pahole/pahole-1.27-r1.ebuild
index 7a1aa466edfb..1f86be66916a 100644
--- a/dev-util/pahole/pahole-1.27-r1.ebuild
+++ b/dev-util/pahole/pahole-1.27-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake python-single-r1
MY_PN=dwarves
diff --git a/dev-util/pahole/pahole-9999.ebuild
b/dev-util/pahole/pahole-9999.ebuild
index d55f767254cb..560c9a73d4a0 100644
--- a/dev-util/pahole/pahole-9999.ebuild
+++ b/dev-util/pahole/pahole-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake python-single-r1
MY_PN=dwarves