commit: 2f23eb6f303dc394d29ae530c5f97c865b0717d5
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 8 07:05:22 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Nov 8 07:07:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f23eb6f
dev-python/pyphen: Add py36
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-python/pyphen/pyphen-0.9.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild
b/dev-python/pyphen/pyphen-0.9.4.ebuild
index 9edcfbd4d31..5d5fed98ca2 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