summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2017-11-08 07:05:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2017-11-08 07:07:57 +0000
commit2f23eb6f303dc394d29ae530c5f97c865b0717d5 (patch)
treed42ec7b895e2ae7d6d9b59b2d2fa9eb2f0b24d03
parentmedia-gfx/cairosvg: Add py36 (diff)
downloadgentoo-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
-rw-r--r--dev-python/pyphen/pyphen-0.9.4.ebuild2
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