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/xmlgraphics-commons/
Date: Fri, 25 Feb 2022 21:40:14
Message-Id: 1645825189.5a0627956f7fdb7de06e7c6f0d66675ab9d7abe4.sam@gentoo
1 commit: 5a0627956f7fdb7de06e7c6f0d66675ab9d7abe4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 21:39:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 21:39:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a062795
7
8 dev-java/xmlgraphics-commons: Stabilize 2.7 arm64, #833954
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild
16 index 5dd5a5cf1c6e..da5532327d1f 100644
17 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild
18 +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="2"
23 -KEYWORDS="amd64 ~arm64 ppc64 x86"
24 +KEYWORDS="amd64 arm64 ppc64 x86"
25
26 # Tests don't even compile with that old mockito version.
27 RESTRICT="test"