From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1681422-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E98EE158042 for <garchives@archives.gentoo.org>; Fri, 18 Oct 2024 15:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A4FE0826; Fri, 18 Oct 2024 15:40:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C31FE0826 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Oct 2024 15:40:46 +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 A116334308A for <gentoo-commits@lists.gentoo.org>; Fri, 18 Oct 2024 15:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A9CA1E15 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Oct 2024 15:40:44 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1729266020.37c16dbf8a45d67b58a7de2ad4b2cd7eca25f7b5.arthurzam@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.3.0.ebuild X-VCS-Directories: dev-java/guava/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 37c16dbf8a45d67b58a7de2ad4b2cd7eca25f7b5 X-VCS-Branch: master Date: Fri, 18 Oct 2024 15:40:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 860d8274-358e-4dc7-9904-3fec9583b4d0 X-Archives-Hash: 1ae9e6b6901725d5cf16b0811da3ec33 commit: 37c16dbf8a45d67b58a7de2ad4b2cd7eca25f7b5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 15:40:20 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 15:40:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c16dbf dev-java/guava: Stabilize 33.3.0 arm64, #941597 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-java/guava/guava-33.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/guava/guava-33.3.0.ebuild b/dev-java/guava/guava-33.3.0.ebuild index 5094ca591af0..f30fc400b280 100644 --- a/dev-java/guava/guava-33.3.0.ebuild +++ b/dev-java/guava/guava-33.3.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64" +KEYWORDS="amd64 arm64 ppc64" CP_DEPEND=" >=dev-java/error-prone-annotations-2.32.0:0