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 B1023138334 for ; Wed, 3 Apr 2019 14:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD28BE0967; Wed, 3 Apr 2019 14:05:06 +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 A07FEE0967 for ; Wed, 3 Apr 2019 14:05:06 +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 72875335D0D for ; Wed, 3 Apr 2019 14:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EE0570 for ; Wed, 3 Apr 2019 14:05:02 +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: <1554300261.f96d40a44ef59d792c255a0d3f38e81c750571e4.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/cni-plugins/cni-plugins-0.7.5.ebuild X-VCS-Directories: net-misc/cni-plugins/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f96d40a44ef59d792c255a0d3f38e81c750571e4 X-VCS-Branch: master Date: Wed, 3 Apr 2019 14:05:02 +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: 99223ecf-a8dd-4d0b-80cb-c565438c6f66 X-Archives-Hash: 10ca5ac56b7c9dd877d3612c3f2f56fb commit: f96d40a44ef59d792c255a0d3f38e81c750571e4 Author: Manuel Rüger gentoo org> AuthorDate: Wed Apr 3 14:04:21 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Apr 3 14:04:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96d40a4 net-misc/cni-plugins: Stabilize 0.7.5 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> net-misc/cni-plugins/cni-plugins-0.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild index 5351454f156..9f9b42fe7ec 100644 --- a/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild +++ b/net-misc/cni-plugins/cni-plugins-0.7.5.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit golang-vcs-snapshot -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Standard networking plugins for container networking" EGO_PN="github.com/containernetworking/plugins" HOMEPAGE="https://github.com/containernetworking/plugins"