Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/
Date: Mon, 09 May 2022 08:01:13
Message-Id: 1652083257.a58af3fae25fbd7d8a3033101ae6894a7eaa3824.jsmolic@gentoo
1 commit: a58af3fae25fbd7d8a3033101ae6894a7eaa3824
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 08:00:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 08:00:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58af3fa
7
8 dev-java/icu4j: Stabilize 71.1 arm64, #843392
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/icu4j/icu4j-71.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/icu4j/icu4j-71.1.ebuild b/dev-java/icu4j/icu4j-71.1.ebuild
16 index c550f83630ed..a14ec6534942 100644
17 --- a/dev-java/icu4j/icu4j-71.1.ebuild
18 +++ b/dev-java/icu4j/icu4j-71.1.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/unicode-org/icu/archive/refs/tags/release-${PV/./-}.
20
21 LICENSE="icu"
22 SLOT="70"
23 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
24 +KEYWORDS="amd64 ~arm arm64 ppc64 x86"
25
26 DEPEND=">=virtual/jdk-1.8:*
27 test? ( dev-java/junitparams:0 )"