Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/
Date: Sat, 27 Apr 2019 11:49:31
Message-Id: 1556365753.280167646105b0f75eca6ff0e745cd48a142b0d2.blueness@gentoo
1 commit: 280167646105b0f75eca6ff0e745cd48a142b0d2
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 11:33:56 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 11:49:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28016764
7
8 dev-python/funcparserlib: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/funcparserlib/funcparserlib-0.3.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild
17 index ee3a53a8e8a..89faa7da423 100644
18 --- a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild
19 +++ b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm x86"
25 +KEYWORDS="amd64 ~arm ~arm64 x86"
26 IUSE="test"
27
28 RDEPEND=""