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-java/commons-collections/
Date: Sun, 25 Apr 2021 05:19:25
Message-Id: 1619327926.354061465b52c01c669cac98ad79eb30121847c4.sam@gentoo
1 commit: 354061465b52c01c669cac98ad79eb30121847c4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 05:18:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 05:18:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35406146
7
8 dev-java/commons-collections: Keyword 4.1-r1 arm64, #784407
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/commons-collections/commons-collections-4.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/commons-collections/commons-collections-4.1-r1.ebuild b/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
16 index 7e6cbf44764..1f0821a8903 100644
17 --- a/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
18 +++ b/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
19 @@ -15,7 +15,7 @@ DESCRIPTION="Extends the JCF classes with new interfaces, implementations and ut
20 HOMEPAGE="https://commons.apache.org/collections/"
21 SRC_URI="mirror://apache/${PN/-//}/source/${MY_P}-src.tar.gz"
22 LICENSE="Apache-2.0"
23 -KEYWORDS="~amd64 ~ppc64 x86"
24 +KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"