From: Patrick Lauer Date: Wed, 8 Nov 2017 07:05:22 +0000 (+0000) Subject: dev-python/pyphen: Add py36 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2f23eb6f303dc394d29ae530c5f97c865b0717d5;p=gentoo.git dev-python/pyphen: Add py36 Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- 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