diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 13:03:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 13:03:49 +0200 |
commit | 38d269e6063106a115b99b3c42296bc3b02b7bdb (patch) | |
tree | 449bfd418314f5032bd6e833c9088f5b64954f64 /sys-apps/findutils | |
parent | sci-chemistry/freeon: Support newer python (diff) | |
download | gentoo-38d269e6063106a115b99b3c42296bc3b02b7bdb.tar.gz gentoo-38d269e6063106a115b99b3c42296bc3b02b7bdb.tar.bz2 gentoo-38d269e6063106a115b99b3c42296bc3b02b7bdb.zip |
sys-apps/findutils: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r-- | sys-apps/findutils/findutils-4.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild b/sys-apps/findutils/findutils-4.6.0-r1.ebuild index c2719110f375..6f7b51dcc2a2 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_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils flag-o-matic toolchain-funcs python-any-r1 |