commit: 604db705cb2bb90ee5ac54308e8994c9031393f3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 18 10:44:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 18 10:44:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604db705
dev-debug/systemtap: disable py3.10, pypy3 Closes: https://bugs.gentoo.org/951005 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/systemtap/systemtap-5.1-r1.ebuild | 2 +- dev-debug/systemtap/systemtap-5.2.ebuild | 2 +- dev-debug/systemtap/systemtap-5.3.ebuild | 2 +- dev-debug/systemtap/systemtap-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild b/dev-debug/systemtap/systemtap-5.1-r1.ebuild index 9a18eb9519e0..dd2004697d90 100644 --- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild +++ b/dev-debug/systemtap/systemtap-5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs diff --git a/dev-debug/systemtap/systemtap-5.2.ebuild b/dev-debug/systemtap/systemtap-5.2.ebuild index 5420be2482b0..3d071a258ff7 100644 --- a/dev-debug/systemtap/systemtap-5.2.ebuild +++ b/dev-debug/systemtap/systemtap-5.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs diff --git a/dev-debug/systemtap/systemtap-5.3.ebuild b/dev-debug/systemtap/systemtap-5.3.ebuild index c844b43c840e..1cdc399af1d8 100644 --- a/dev-debug/systemtap/systemtap-5.3.ebuild +++ b/dev-debug/systemtap/systemtap-5.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs diff --git a/dev-debug/systemtap/systemtap-9999.ebuild b/dev-debug/systemtap/systemtap-9999.ebuild index c844b43c840e..1cdc399af1d8 100644 --- a/dev-debug/systemtap/systemtap-9999.ebuild +++ b/dev-debug/systemtap/systemtap-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs
