From 5b9278e36e2a1b50fe09de87e724830fbc841c34 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 17 Oct 2024 17:10:58 +0300 Subject: [PATCH] dev-java/bnd-util: dekeyword x86 After a message to gentoo-dev ML, and no reply from any user on x86, we decided to dekeyword most Java packages from x86, and reverse dependencies of them. Signed-off-by: Arthur Zamarin --- dev-java/bnd-util/bnd-util-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/bnd-util/bnd-util-7.0.0.ebuild b/dev-java/bnd-util/bnd-util-7.0.0.ebuild index 99b8e77f21842..e1ac2c5f0308a 100644 --- a/dev-java/bnd-util/bnd-util-7.0.0.ebuild +++ b/dev-java/bnd-util/bnd-util-7.0.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}" LICENSE="Apache-2.0 EPL-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64" CP_DEPEND="dev-java/osgi-annotation:0"