dev-python/zake: Switch to brace expansion.

Package-Manager: portage-2.2.28
This commit is contained in:
Patrice Clement
2016-07-25 22:00:42 +02:00
parent 3d36bbfb87
commit 08796ea615

View 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