diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-17 12:19:02 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-17 12:20:12 -0700 |
commit | bb71d3552d68a01dacef44cbb44395159930d043 (patch) | |
tree | 6c0948df08f62754dee2ce9d6352d8581b186ee4 /sys-apps | |
parent | dev-libs/libzip: Bump subslot to 5 (diff) | |
download | gentoo-bb71d3552d68a01dacef44cbb44395159930d043.tar.gz gentoo-bb71d3552d68a01dacef44cbb44395159930d043.tar.bz2 gentoo-bb71d3552d68a01dacef44cbb44395159930d043.zip |
sys-apps/file: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.29.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/file/file-5.30.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/file/file-5.29.ebuild b/sys-apps/file/file-5.29.ebuild index a74fc6ecf750..a1e7d3f109dc 100644 --- a/sys-apps/file/file-5.29.ebuild +++ b/sys-apps/file/file-5.29.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-5.30.ebuild b/sys-apps/file/file-5.30.ebuild index fb127eecde57..d4a82766b8c6 100644 --- a/sys-apps/file/file-5.30.ebuild +++ b/sys-apps/file/file-5.30.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index c144b01282c4..37bede78fcca 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal |