summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2022-05-01 09:26:53 +0200
committerSven Wegener <swegener@gentoo.org>2022-05-01 09:27:43 +0200
commit522f66f33f2a7a4c170c0539415f181fb77c6c22 (patch)
tree660468f79138af6b1015c27b022ece4ff525eaca /dev-util/systemtap
parentsci-libs/libsigrok: Drop python3_7 (diff)
downloadgentoo-522f66f33f2a7a4c170c0539415f181fb77c6c22.tar.gz
gentoo-522f66f33f2a7a4c170c0539415f181fb77c6c22.tar.bz2
gentoo-522f66f33f2a7a4c170c0539415f181fb77c6c22.zip
dev-util/systemtap: Drop python3_7
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'dev-util/systemtap')
-rw-r--r--dev-util/systemtap/systemtap-4.4.ebuild4
-rw-r--r--dev-util/systemtap/systemtap-4.5.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/systemtap/systemtap-4.4.ebuild b/dev-util/systemtap/systemtap-4.4.ebuild
index c1a4ae7b4a74..66c961a9af04 100644
--- a/dev-util/systemtap/systemtap-4.4.ebuild
+++ b/dev-util/systemtap/systemtap-4.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit linux-info autotools python-single-r1
diff --git a/dev-util/systemtap/systemtap-4.5.ebuild b/dev-util/systemtap/systemtap-4.5.ebuild
index 9a169b901427..e7f4ac64b083 100644
--- a/dev-util/systemtap/systemtap-4.5.ebuild
+++ b/dev-util/systemtap/systemtap-4.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit linux-info python-single-r1