Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/
Date: Thu, 07 May 2020 15:08:14
Message-Id: 1588864078.3e0b24d1b6630bbfe6935849b3fe1ae20b145259.mgorny@gentoo
1 commit: 3e0b24d1b6630bbfe6935849b3fe1ae20b145259
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:02:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:07:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0b24d1
7
8 dev-util/perf: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/perf/perf-5.4.20.ebuild | 2 +-
13 dev-util/perf/perf-5.6.4.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/perf/perf-5.4.20.ebuild b/dev-util/perf/perf-5.4.20.ebuild
17 index 3075642225a..368079291ba 100644
18 --- a/dev-util/perf/perf-5.4.20.ebuild
19 +++ b/dev-util/perf/perf-5.4.20.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 inherit bash-completion-r1 estack eutils toolchain-funcs python-r1 linux-info
27
28 MY_PV="${PV/_/-}"
29
30 diff --git a/dev-util/perf/perf-5.6.4.ebuild b/dev-util/perf/perf-5.6.4.ebuild
31 index 3067d7243be..5e376d9ded3 100644
32 --- a/dev-util/perf/perf-5.6.4.ebuild
33 +++ b/dev-util/perf/perf-5.6.4.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
39 +PYTHON_COMPAT=( python3_{6,7} )
40 inherit bash-completion-r1 estack eutils llvm toolchain-funcs prefix python-r1 linux-info
41
42 MY_PV="${PV/_/-}"