From fa754f756ab14905f87a87fbc9e56916cf639c5e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 11 Oct 2024 15:31:40 +0300 Subject: [PATCH] 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 --- dev-java/bnd-annotation/bnd-annotation-6.3.1.ebuild | 4 ++-- 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 9522fc6820a9d..bc78852048d3e 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 a66b70291b688..8de9bb6778287 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