diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-06 22:02:16 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-06 22:02:28 +0100 |
commit | d1c898d22c6568c5cab5b0007595cff33766139b (patch) | |
tree | 89b4954409b3b6befca79530797427c3a1dd45f2 /sys-apps/coreutils | |
parent | app-text/poppler: Synce live ebuild. (diff) | |
download | gentoo-d1c898d22c6568c5cab5b0007595cff33766139b.tar.gz gentoo-d1c898d22c6568c5cab5b0007595cff33766139b.tar.bz2 gentoo-d1c898d22c6568c5cab5b0007595cff33766139b.zip |
sys-apps/coreutils: Enable Python 3.6 support in ebuild
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-8.28-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild b/sys-apps/coreutils/coreutils-8.28-r1.ebuild index e4ab5f9b3718..3cc503652bc2 100644 --- a/sys-apps/coreutils/coreutils-8.28-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.28-r1.ebuild @@ -9,7 +9,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils flag-o-matic python-any-r1 toolchain-funcs |