summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:05:54 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:31 +0100
commitf37d94d40bdbc2f361aeee50db918a3afe096249 (patch)
tree2c8b165f179af256d086fda60612f552ca60019a
parentsys-apps/dbus: Remove py2 where possible (diff)
downloadgentoo-f37d94d40bdbc2f361aeee50db918a3afe096249.tar.gz
gentoo-f37d94d40bdbc2f361aeee50db918a3afe096249.tar.bz2
gentoo-f37d94d40bdbc2f361aeee50db918a3afe096249.zip
sys-apps/findutils: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-apps/findutils/findutils-4.6.0-r1.ebuild2
-rw-r--r--sys-apps/findutils/findutils-4.7.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild b/sys-apps/findutils/findutils-4.6.0-r1.ebuild
index f9cfaf8e2372..bec6913975ce 100644
--- a/sys-apps/findutils/findutils-4.6.0-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.6.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit eutils flag-o-matic toolchain-funcs python-any-r1
diff --git a/sys-apps/findutils/findutils-4.7.0.ebuild b/sys-apps/findutils/findutils-4.7.0.ebuild
index fca1640b4202..17f3de810dd5 100644
--- a/sys-apps/findutils/findutils-4.7.0.ebuild
+++ b/sys-apps/findutils/findutils-4.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit flag-o-matic toolchain-funcs python-any-r1