From 604db705cb2bb90ee5ac54308e8994c9031393f3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 18 May 2025 11:44:08 +0100 Subject: [PATCH] dev-debug/systemtap: disable py3.10, pypy3 Closes: https://bugs.gentoo.org/951005 Signed-off-by: Sam James --- 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 9a18eb9519e0f..dd2004697d909 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 5420be2482b05..3d071a258ff77 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 c844b43c840e8..1cdc399af1d84 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 c844b43c840e8..1cdc399af1d84 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