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 2E138158086 for ; Sun, 5 Dec 2021 04:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 814432BC0B6; Sun, 5 Dec 2021 04:06:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6E2F22BC0B6 for ; Sun, 5 Dec 2021 04:06:20 +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 94D06342C63 for ; Sun, 5 Dec 2021 04:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 200601FE for ; Sun, 5 Dec 2021 04:06:18 +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: <1638677146.a9f160ad103e22c455b07552e0b23547b37c3d58.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cri-tools/cri-tools-1.21.0.ebuild X-VCS-Directories: app-emulation/cri-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9f160ad103e22c455b07552e0b23547b37c3d58 X-VCS-Branch: master Date: Sun, 5 Dec 2021 04:06:18 +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: bd8150d1-5fc4-4535-8f7d-5687f51186e0 X-Archives-Hash: 605a8b502758e3bc4c4c4aaea7ea370e commit: a9f160ad103e22c455b07552e0b23547b37c3d58 Author: Sam James gentoo org> AuthorDate: Sun Dec 5 04:05:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 04:05:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f160ad app-emulation/cri-tools: Stabilize 1.21.0 amd64, #828278 Signed-off-by: Sam James gentoo.org> app-emulation/cri-tools/cri-tools-1.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/cri-tools/cri-tools-1.21.0.ebuild b/app-emulation/cri-tools/cri-tools-1.21.0.ebuild index 7b1aff7889bf..b171220105c3 100644 --- a/app-emulation/cri-tools/cri-tools-1.21.0.ebuild +++ b/app-emulation/cri-tools/cri-tools-1.21.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kubernetes-sigs/cri-tools/archive/v${PV}.tar.gz -> $ LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" DEPEND="dev-lang/go"