Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zake/
Date: Mon, 25 Jul 2016 20:10:40
Message-Id: 1469477381.08796ea615987eb55981b47ded078e949973840c.monsieurp@gentoo
1 commit: 08796ea615987eb55981b47ded078e949973840c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 20:00:42 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 25 20:09:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08796ea6
7
8 dev-python/zake: Switch to brace expansion.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/zake/zake-0.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/zake/zake-0.2.1.ebuild b/dev-python/zake/zake-0.2.1.ebuild
16 index fdbffef..33937b4 100644
17 --- a/dev-python/zake/zake-0.2.1.ebuild
18 +++ b/dev-python/zake/zake-0.2.1.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
24 +PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
25
26 inherit distutils-r1