dev-python/zake: Switch to brace expansion.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 25 Jul 2016 20:00:42 +0000 (22:00 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 25 Jul 2016 20:09:41 +0000 (22:09 +0200)
Package-Manager: portage-2.2.28

dev-python/zake/zake-0.2.1.ebuild

index fdbffefb10c3a9e34f89035263870c6a82fbede4..33937b4a59406f4bde27c5904c43c486d723bc53 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
 
 inherit distutils-r1