From: Pacho Ramos Date: Wed, 12 Jul 2017 09:03:53 +0000 (+0200) Subject: dev-python/pycmd: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7a6eb082ef7d7a6e24ac3cd6bbe3d3151fdba181;p=gentoo.git dev-python/pycmd: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/pycmd/pycmd-1.2.ebuild b/dev-python/pycmd/pycmd-1.2.ebuild index 31a265b57311..613ea33004bf 100644 --- a/dev-python/pycmd/pycmd-1.2.ebuild +++ b/dev-python/pycmd/pycmd-1.2.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} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1