From b2a8a1dc845383286fd4bcfb7fe27cb92fb663c4 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 11 Oct 2024 15:34:29 +0300 Subject: [PATCH] dev-java/concurrentlinkedhashmap-lru: 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 --- .../concurrentlinkedhashmap-lru-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild b/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild index 4f495a844c3e9..7a5934e88b509 100644 --- a/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild +++ b/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN%lru}${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" CP_DEPEND="dev-java/jsr305:0"