From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E794F1581E7 for ; Sun, 21 Apr 2024 12:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7005E2A12; Sun, 21 Apr 2024 12:34:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D07B7E2A12 for ; Sun, 21 Apr 2024 12:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B1993434BB for ; Sun, 21 Apr 2024 12:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 757DF1754 for ; Sun, 21 Apr 2024 12:34:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713702820.152db9397b2381076d27e7864c7210b17a744a00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/concurrentlinkedhashmap-lru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild X-VCS-Directories: dev-java/concurrentlinkedhashmap-lru/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 152db9397b2381076d27e7864c7210b17a744a00 X-VCS-Branch: master Date: Sun, 21 Apr 2024 12:34:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9e6cc61-7664-4db8-9b23-57db75142024 X-Archives-Hash: 8814924dd7141c9225a8e5fbf1fabc77 commit: 152db9397b2381076d27e7864c7210b17a744a00 Author: Sam James gentoo org> AuthorDate: Sun Apr 21 12:33:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 21 12:33:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152db939 dev-java/concurrentlinkedhashmap-lru: Stabilize 1.4.2 amd64, #930353 Signed-off-by: Sam James gentoo.org> .../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 89a267f52c52..15bcca0f020c 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" +KEYWORDS="amd64 ~arm ~arm64" CP_DEPEND="dev-java/jsr305:0"