commit: e57dafc6492d84c8420ac615fc4dcfb9100145fd Author: Antonis Tatmichalis <antonistatmichalis <AT> outlook <DOT> com> AuthorDate: Sat Nov 8 20:17:46 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 18 21:40:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57dafc6
dev-util/pahole: enable py3.14 Signed-off-by: Antonis Tatmichalis <antonistatmichalis <AT> outlook.com> Part-of: https://github.com/gentoo/gentoo/pull/44542 Closes: https://github.com/gentoo/gentoo/pull/44542 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/pahole/pahole-1.30.ebuild | 2 +- dev-util/pahole/pahole-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pahole/pahole-1.30.ebuild b/dev-util/pahole/pahole-1.30.ebuild index abca498bcd6c..a13829ecc1b1 100644 --- a/dev-util/pahole/pahole-1.30.ebuild +++ b/dev-util/pahole/pahole-1.30.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) 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 3536a26c1448..e3c538fde170 100644 --- a/dev-util/pahole/pahole-9999.ebuild +++ b/dev-util/pahole/pahole-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake python-single-r1 MY_PN=dwarves
