Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/
Date: Thu, 30 Mar 2017 02:40:28
Message-Id: 1490841616.c75664a027fea49b0fe06c7e82c63598d55f504e.dolsen@gentoo
1 commit: c75664a027fea49b0fe06c7e82c63598d55f504e
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 30 02:15:49 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 30 02:40:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75664a0
7
8 dev-python/incremental: Update keywords
9
10 This is pure python code split out from twisted, update keywords from twisted-16.4.1
11 where this code originated from.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
14
15 dev-python/incremental/incremental-16.10.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild
19 index 07dbe7021fe..f56a61c6afe 100644
20 --- a/dev-python/incremental/incremental-16.10.1.ebuild
21 +++ b/dev-python/incremental/incremental-16.10.1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
28 IUSE=""
29
30 DEPEND=""