From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 16A7515827B for ; Sat, 16 Aug 2025 22:53:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F1C25340CD8 for ; Sat, 16 Aug 2025 22:53:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B6F3611055F; Sat, 16 Aug 2025 22:53:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AC4A011055F for ; Sat, 16 Aug 2025 22:53:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67D66340B35 for ; Sat, 16 Aug 2025 22:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D01E33362 for ; Sat, 16 Aug 2025 22:53:21 +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: <1755384738.7cd7d5da9f2432dea978b22dda908add16673729.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/guava/guava-33.4.8.ebuild X-VCS-Directories: dev-java/guava/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7cd7d5da9f2432dea978b22dda908add16673729 X-VCS-Branch: master Date: Sat, 16 Aug 2025 22:53:21 +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: 1e03e12e-5c17-4618-a7d6-30c2f7753008 X-Archives-Hash: c7d29076619397f36c16e19c4d43a06b commit: 7cd7d5da9f2432dea978b22dda908add16673729 Author: Sam James gentoo org> AuthorDate: Sat Aug 16 22:52:18 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 16 22:52:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd7d5da dev-java/guava: Keyword 33.4.8 arm64, #961593 Signed-off-by: Sam James gentoo.org> dev-java/guava/guava-33.4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/guava/guava-33.4.8.ebuild b/dev-java/guava/guava-33.4.8.ebuild index 0d13e50c6aa7..3d212dd1629b 100644 --- a/dev-java/guava/guava-33.4.8.ebuild +++ b/dev-java/guava/guava-33.4.8.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" CP_DEPEND=" >=dev-java/error-prone-annotations-2.41.0:0