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 AD162158086 for ; Wed, 10 Nov 2021 16:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A19792BC00F; Wed, 10 Nov 2021 16:48:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B7592BC00F for ; Wed, 10 Nov 2021 16:48:01 +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 A927C3430EE for ; Wed, 10 Nov 2021 16:48:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C4C1C1 for ; Wed, 10 Nov 2021 16:47:57 +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: <1636562860.2586f0556d0b4fdd9c995742a6dbff52bd36b360.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-20.0.ebuild X-VCS-Directories: dev-java/guava/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2586f0556d0b4fdd9c995742a6dbff52bd36b360 X-VCS-Branch: master Date: Wed, 10 Nov 2021 16:47:57 +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: 5ae42fa3-6bb3-44b3-b9c0-60ac6a2480ed X-Archives-Hash: c64701f52f907c6051b2ff3b75e35c49 commit: 2586f0556d0b4fdd9c995742a6dbff52bd36b360 Author: Sam James gentoo org> AuthorDate: Wed Nov 10 16:46:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 10 16:47:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2586f055 dev-java/guava: Stabilize 20.0 arm64, #822942 Signed-off-by: Sam James gentoo.org> dev-java/guava/guava-20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/guava/guava-20.0.ebuild b/dev-java/guava/guava-20.0.ebuild index a7e19f2e33f..8d310219637 100644 --- a/dev-java/guava/guava-20.0.ebuild +++ b/dev-java/guava/guava-20.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/google/guava" SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="${PV%.*}" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" CP_DEPEND=" dev-java/animal-sniffer-annotations:0