sys-apps/findutils: Remove py2 where possible

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-10 14:05:54 +01:00
parent a4e63d8627
commit f37d94d40b
2 changed files with 2 additions and 2 deletions

View 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

View 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