projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d36bbf
)
dev-python/zake: Switch to brace expansion.
author
Patrice Clement
<monsieurp@gentoo.org>
Mon, 25 Jul 2016 20:00:42 +0000
(22:00 +0200)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/dev-python/zake/zake-0.2.1.ebuild
b/dev-python/zake/zake-0.2.1.ebuild
index fdbffefb10c3a9e34f89035263870c6a82fbede4..33937b4a59406f4bde27c5904c43c486d723bc53 100644
(file)
--- 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 python
3_3 python3_4 python3_5
)
+PYTHON_COMPAT=( python2_7 python
{3_3,3_4,3_5}
)
inherit distutils-r1