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/osgi-core-api/
Date: Wed, 09 Feb 2022 01:25:10
Message-Id: 1644369852.1a783de1e51fae544e3e37bc507b717952c63fef.sam@gentoo
1 commit: 1a783de1e51fae544e3e37bc507b717952c63fef
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 01:24:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 01:24:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a783de1
7
8 dev-java/osgi-core-api: Stabilize 5.0.0-r2 arm64, #832896
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild b/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild
16 index 687d31892300..36af959c037c 100644
17 --- a/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild
18 +++ b/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ SRC_URI="http://www.osgi.org/download/r5/osgi.core-${PV}.jar"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x64-macos"
30 +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x64-macos"
31
32 RDEPEND=">=virtual/jre-1.8:*"