From 7a6eb082ef7d7a6e24ac3cd6bbe3d3151fdba181 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 12 Jul 2017 11:03:53 +0200 Subject: [PATCH] dev-python/pycmd: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/pycmd/pycmd-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycmd/pycmd-1.2.ebuild b/dev-python/pycmd/pycmd-1.2.ebuild index 31a265b573112..613ea33004bf3 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