diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:31:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:10 +0300 |
commit | fa754f756ab14905f87a87fbc9e56916cf639c5e (patch) | |
tree | 6b470302299d0bfa1507e61f1de63069b065689f /dev-java/bnd-annotation | |
parent | dev-java/bnd: dekeyword arm (diff) | |
download | gentoo-fa754f756ab14905f87a87fbc9e56916cf639c5e.tar.gz gentoo-fa754f756ab14905f87a87fbc9e56916cf639c5e.tar.bz2 gentoo-fa754f756ab14905f87a87fbc9e56916cf639c5e.zip |
dev-java/bnd-annotation: 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/bnd-annotation')
-rw-r--r-- | dev-java/bnd-annotation/bnd-annotation-6.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/bnd-annotation/bnd-annotation-6.3.1.ebuild b/dev-java/bnd-annotation/bnd-annotation-6.3.1.ebuild index 9522fc6820a9..bc78852048d3 100644 --- a/dev-java/bnd-annotation/bnd-annotation-6.3.1.ebuild +++ b/dev-java/bnd-annotation/bnd-annotation-6.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -17,7 +17,7 @@ SRC_URI="https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/$ LICENSE="Apache-2.0 EPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" # Common dependencies # POM: biz.aQute.bnd.annotation-${PV}.pom diff --git a/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild b/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild index a66b70291b68..8de9bb677828 100644 --- a/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild +++ b/dev-java/bnd-annotation/bnd-annotation-7.0.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}" LICENSE="Apache-2.0 EPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" DEPEND=" dev-java/osgi-cmpn:8 |