Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/
Date: Sun, 01 May 2022 07:28:58
Message-Id: 1651390063.522f66f33f2a7a4c170c0539415f181fb77c6c22.swegener@gentoo
1 commit: 522f66f33f2a7a4c170c0539415f181fb77c6c22
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 07:26:53 2022 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 07:27:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522f66f3
7
8 dev-util/systemtap: Drop python3_7
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 dev-util/systemtap/systemtap-4.4.ebuild | 4 ++--
14 dev-util/systemtap/systemtap-4.5.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/systemtap/systemtap-4.4.ebuild b/dev-util/systemtap/systemtap-4.4.ebuild
18 index c1a4ae7b4a74..66c961a9af04 100644
19 --- a/dev-util/systemtap/systemtap-4.4.ebuild
20 +++ b/dev-util/systemtap/systemtap-4.4.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{8..9} )
30
31 inherit linux-info autotools python-single-r1
32
33
34 diff --git a/dev-util/systemtap/systemtap-4.5.ebuild b/dev-util/systemtap/systemtap-4.5.ebuild
35 index 9a169b901427..e7f4ac64b083 100644
36 --- a/dev-util/systemtap/systemtap-4.5.ebuild
37 +++ b/dev-util/systemtap/systemtap-4.5.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -PYTHON_COMPAT=( python3_{7..9} )
46 +PYTHON_COMPAT=( python3_{8..9} )
47
48 inherit linux-info python-single-r1