Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/j2objc-annotations/
Date: Fri, 19 Aug 2022 06:18:45
Message-Id: 1660889912.f748829bc7a9207bffe029486538e48107ab8a62.arthurzam@gentoo
1 commit: f748829bc7a9207bffe029486538e48107ab8a62
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 06:18:32 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 06:18:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f748829b
7
8 dev-java/j2objc-annotations: Stabilize 2.8 arm64, #865741
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild b/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild
16 index 0217547f3264..0cca338a648a 100644
17 --- a/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild
18 +++ b/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/google/j2objc/archive/${PV}.tar.gz -> j2objc-${PV}.t
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
25
26 DEPEND="virtual/jdk:1.8"
27 RDEPEND=">=virtual/jre-1.8:*"