sys-apps/findutils: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:54 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:31 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/findutils/findutils-4.6.0-r1.ebuild
sys-apps/findutils/findutils-4.7.0.ebuild

index f9cfaf8e2372a2f7270aef8bd3b1e084d2dadf06..bec6913975cebfc0176deb02c8e4021d98aaf828 100644 (file)
@@ -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
 
index fca1640b42025b036525d6ce6908fb3737876007..17f3de810dd533db22b3347db2493c76ffcd160f 100644 (file)
@@ -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