diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:02:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:07:58 +0200 |
commit | 3e0b24d1b6630bbfe6935849b3fe1ae20b145259 (patch) | |
tree | 0b4f21b82e60fceca620a9d9cb2f00b2e57bec48 /dev-util/perf | |
parent | dev-util/lldb: Remove py2.7 (diff) | |
download | gentoo-3e0b24d1b6630bbfe6935849b3fe1ae20b145259.tar.gz gentoo-3e0b24d1b6630bbfe6935849b3fe1ae20b145259.tar.bz2 gentoo-3e0b24d1b6630bbfe6935849b3fe1ae20b145259.zip |
dev-util/perf: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-5.4.20.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-5.6.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/perf/perf-5.4.20.ebuild b/dev-util/perf/perf-5.4.20.ebuild index 3075642225a2..368079291baf 100644 --- a/dev-util/perf/perf-5.4.20.ebuild +++ b/dev-util/perf/perf-5.4.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 estack eutils toolchain-funcs python-r1 linux-info MY_PV="${PV/_/-}" diff --git a/dev-util/perf/perf-5.6.4.ebuild b/dev-util/perf/perf-5.6.4.ebuild index 3067d7243be6..5e376d9ded35 100644 --- a/dev-util/perf/perf-5.6.4.ebuild +++ b/dev-util/perf/perf-5.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 estack eutils llvm toolchain-funcs prefix python-r1 linux-info MY_PV="${PV/_/-}" |