Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/commentjson/
Date: Tue, 06 Jul 2021 17:59:36
Message-Id: 1625594351.c4f69181af81f059fd36e33eaf5110257b6267ea.sam@gentoo
1 commit: c4f69181af81f059fd36e33eaf5110257b6267ea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 17:59:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 17:59:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f69181
7
8 dev-python/commentjson: Keyword 0.9.0 arm64, #798663
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/commentjson/commentjson-0.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild
16 index d617e7505b2..8b1925e47ba 100644
17 --- a/dev-python/commentjson/commentjson-0.9.0.ebuild
18 +++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25
26 RDEPEND="
27 dev-python/lark-parser[${PYTHON_USEDEP}]"