dev-python/pycmd: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 09:03:53 +0000 (11:03 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:41:05 +0000 (16:41 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/pycmd/pycmd-1.2.ebuild

index 31a265b5731125e2a94b81586747b79470052319..613ea33004bf3d44c42abcb96c98ad6f2e757dd1 100644 (file)
@@ -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