Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/
Date: Sat, 02 May 2020 13:30:38
Message-Id: 1588425308.9b1407f31a91911a141179392250829280b49fe4.leio@gentoo
1 commit: 9b1407f31a91911a141179392250829280b49fe4
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sat May 2 09:31:37 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 13:15:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1407f3
7
8 app-portage/nattka: arm64 keyworded (bug #703588)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 app-portage/nattka/nattka-0.2.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-portage/nattka/nattka-0.2.3.ebuild b/app-portage/nattka/nattka-0.2.3.ebuild
18 index b3077c8bda2..ddb28dfc1c2 100644
19 --- a/app-portage/nattka/nattka-0.2.3.ebuild
20 +++ b/app-portage/nattka/nattka-0.2.3.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="BSD-2"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sparc ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
27
28 RDEPEND="
29 dev-python/lxml[${PYTHON_USEDEP}]