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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFC72138334 for ; Fri, 27 Sep 2019 14:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2031FE086D; Fri, 27 Sep 2019 14:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02F16E086D for ; Fri, 27 Sep 2019 14:13:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 916E634B65F for ; Fri, 27 Sep 2019 14:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D804A7F9 for ; Fri, 27 Sep 2019 14:13:36 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1569593582.4ef77e8580bc227c72ad931d8d0d7fdf42c0b817.mrueg@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.14.0.ebuild X-VCS-Directories: app-emulation/cri-tools/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4ef77e8580bc227c72ad931d8d0d7fdf42c0b817 X-VCS-Branch: master Date: Fri, 27 Sep 2019 14:13:36 +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: 74ae54bd-9c9e-44ce-b915-e472619d5050 X-Archives-Hash: 80fc28f5cae732ac17eb2898278e3eac commit: 4ef77e8580bc227c72ad931d8d0d7fdf42c0b817 Author: Manuel Rüger gentoo org> AuthorDate: Fri Sep 27 14:13:02 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Sep 27 14:13:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef77e85 app-emulation/cri-tools: Stabilize on amd64 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger gentoo.org> app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild index a298fcbf5cb..9c6fd7ec054 100644 --- a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild +++ b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild @@ -7,7 +7,7 @@ inherit golang-build golang-vcs-snapshot EGO_PN="github.com/kubernetes-sigs/cri-tools" MY_PV="v${PV/_beta/-beta.}" ARCHIVE_URI="https://${EGO_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)" HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools"