dev-util/perf: Remove py2.7 where possible
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:02:25 +0000 (17:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:07:58 +0000 (17:07 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/perf/perf-5.4.20.ebuild
dev-util/perf/perf-5.6.4.ebuild

index 3075642225a234c03de47a75a8019c9c8558db7c..368079291bafc95cd2f818223cdb72062fdcff0f 100644 (file)
@@ -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/_/-}"
index 3067d7243be65af70c3631befe651f14365a1985..5e376d9ded3545d3a8df8dd2775bd9585b787cf3 100644 (file)
@@ -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/_/-}"