summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-25 22:00:42 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-25 22:09:41 +0200
commit08796ea615987eb55981b47ded078e949973840c (patch)
tree33b3345ff03a4fa6a1fd2528b93bcc3ed5478f96
parentmedia-sound/qmmp: Bump to versions 0.10.2 and 1.1.2 (diff)
downloadgentoo-08796ea615987eb55981b47ded078e949973840c.tar.gz
gentoo-08796ea615987eb55981b47ded078e949973840c.tar.bz2
gentoo-08796ea615987eb55981b47ded078e949973840c.zip
dev-python/zake: Switch to brace expansion.
Package-Manager: portage-2.2.28
-rw-r--r--dev-python/zake/zake-0.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zake/zake-0.2.1.ebuild b/dev-python/zake/zake-0.2.1.ebuild
index fdbffefb10c3..33937b4a5940 100644
--- a/dev-python/zake/zake-0.2.1.ebuild
+++ b/dev-python/zake/zake-0.2.1.ebuild
@@ -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