From: Pacho Ramos Date: Tue, 26 Jun 2018 17:48:53 +0000 (+0200) Subject: dev-python/rply: Support python 3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f6c7914271b9fdd9ff96ee65218caf6e36861b0;p=gentoo.git dev-python/rply: Support python 3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/rply/rply-0.7.5.ebuild b/dev-python/rply/rply-0.7.5.ebuild index b70b65139d5b..daf24281fa56 100644 --- a/dev-python/rply/rply-0.7.5.ebuild +++ b/dev-python/rply/rply-0.7.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1