diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-11-08 07:05:22 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-11-08 07:07:57 +0000 |
commit | 2f23eb6f303dc394d29ae530c5f97c865b0717d5 (patch) | |
tree | d42ec7b895e2ae7d6d9b59b2d2fa9eb2f0b24d03 /dev-python/pyphen | |
parent | media-gfx/cairosvg: Add py36 (diff) | |
download | gentoo-2f23eb6f303dc394d29ae530c5f97c865b0717d5.tar.gz gentoo-2f23eb6f303dc394d29ae530c5f97c865b0717d5.tar.bz2 gentoo-2f23eb6f303dc394d29ae530c5f97c865b0717d5.zip |
dev-python/pyphen: Add py36
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r-- | dev-python/pyphen/pyphen-0.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild index 9edcfbd4d314..5d5fed98ca2b 100644 --- a/dev-python/pyphen/pyphen-0.9.4.ebuild +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |