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/selectors34/
Date: Thu, 06 Oct 2016 21:14:33
Message-Id: 1475788254.ddef6bdd115cbc09935fd6e39403bf166e9b7172.monsieurp@gentoo
1 commit: ddef6bdd115cbc09935fd6e39403bf166e9b7172
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 21:02:49 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 21:10:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddef6bdd
7
8 dev-python/selectors34: keyword for ppc.
9
10 Gentoo-Bug: https://bugs.gentoo.org/594026
11
12 Package-Manager: portage-2.3.0
13
14 dev-python/selectors34/selectors34-1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/selectors34/selectors34-1.1.ebuild b/dev-python/selectors34/selectors34-1.1.ebuild
18 index 61c7b2c..e4ccec0 100644
19 --- a/dev-python/selectors34/selectors34-1.1.ebuild
20 +++ b/dev-python/selectors34/selectors34-1.1.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="PSF-2"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
27 IUSE=""
28
29 RDEPEND=""