From: Patrice Clement Date: Mon, 25 Jul 2016 20:00:42 +0000 (+0200) Subject: dev-python/zake: Switch to brace expansion. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=08796ea615987eb55981b47ded078e949973840c;p=gentoo.git dev-python/zake: Switch to brace expansion. Package-Manager: portage-2.2.28 --- 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