From 45d050d16453afc668bf7093352ebfb86d7d7337 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 17 Oct 2024 17:19:24 +0300 Subject: [PATCH] dev-java/jacl: 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/jacl/jacl-1.4.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jacl/jacl-1.4.1-r2.ebuild b/dev-java/jacl/jacl-1.4.1-r2.ebuild index 95998ce694e2e..19942b013b42d 100644 --- a/dev-java/jacl/jacl-1.4.1-r2.ebuild +++ b/dev-java/jacl/jacl-1.4.1-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/project/tcljava/jacl/${PV}/jacl${PV}. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64" IUSE="doc" CDEPEND=">=dev-lang/tcl-8.4.5:*"