diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:51:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:56 +0300 |
commit | c4de37b5dc649f67cbf0576e9e0c68dbb32d0fab (patch) | |
tree | bf47d12dbdffd6ea0513bbe6ffbeab290871db9f /dev-java/osgi-core | |
parent | dev-java/osgi-cmpn: dekeyword arm (diff) | |
download | gentoo-c4de37b5dc649f67cbf0576e9e0c68dbb32d0fab.tar.gz gentoo-c4de37b5dc649f67cbf0576e9e0c68dbb32d0fab.tar.bz2 gentoo-c4de37b5dc649f67cbf0576e9e0c68dbb32d0fab.zip |
dev-java/osgi-core: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/osgi-core')
-rw-r--r-- | dev-java/osgi-core/osgi-core-8.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/osgi-core/osgi-core-8.0.0.ebuild b/dev-java/osgi-core/osgi-core-8.0.0.ebuild index 0c56fc093963..225662da9925 100644 --- a/dev-java/osgi-core/osgi-core-8.0.0.ebuild +++ b/dev-java/osgi-core/osgi-core-8.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://docs.osgi.org/download/r$(ver_cut 1)/${PN/-/.}-${PV}.jar -> ${P LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" RDEPEND=">=virtual/jre-1.8:*" |