diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2023-06-30 06:37:31 +0200 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2023-06-30 06:37:31 +0200 |
commit | 8549a6fe860927c3e25d6fd45a7ef722c62d071e (patch) | |
tree | 7cb806fb78d47c7603600ee19e764612f5fcab25 /dev-util/pahole | |
parent | dev-python/numpy: fix wheel version (diff) | |
download | gentoo-8549a6fe860927c3e25d6fd45a7ef722c62d071e.tar.gz gentoo-8549a6fe860927c3e25d6fd45a7ef722c62d071e.tar.bz2 gentoo-8549a6fe860927c3e25d6fd45a7ef722c62d071e.zip |
dev-util/pahole: enable py3.12
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Diffstat (limited to 'dev-util/pahole')
-rw-r--r-- | dev-util/pahole/pahole-1.24_p20221024.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pahole/pahole-1.25.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pahole/pahole-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pahole/pahole-1.24_p20221024.ebuild b/dev-util/pahole/pahole-1.24_p20221024.ebuild index aec3a504a192..64c0a215cd1a 100644 --- a/dev-util/pahole/pahole-1.24_p20221024.ebuild +++ b/dev-util/pahole/pahole-1.24_p20221024.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake python-single-r1 MY_PN=dwarves diff --git a/dev-util/pahole/pahole-1.25.ebuild b/dev-util/pahole/pahole-1.25.ebuild index 5d98a672167d..62a62ec1aa61 100644 --- a/dev-util/pahole/pahole-1.25.ebuild +++ b/dev-util/pahole/pahole-1.25.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) 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 5d98a672167d..62a62ec1aa61 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..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake python-single-r1 MY_PN=dwarves |