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 E5589138334 for ; Tue, 29 Jan 2019 22:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1448E0D1F; Tue, 29 Jan 2019 22:42:07 +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 AC588E0D1F for ; Tue, 29 Jan 2019 22:42:07 +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 03C38335DB6 for ; Tue, 29 Jan 2019 22:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A3D54E3 for ; Tue, 29 Jan 2019 22:42:04 +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: <1548801688.20c601f9dd6ad123174bb49d793f6ba3da1c40ff.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.4.ebuild X-VCS-Directories: net-misc/cni-plugins/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 20c601f9dd6ad123174bb49d793f6ba3da1c40ff X-VCS-Branch: master Date: Tue, 29 Jan 2019 22:42:04 +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: 6a5578e2-7c9f-4f0a-a428-da8cc4544815 X-Archives-Hash: 08c6f7b5145fe65b567fc55787f63a70 commit: 20c601f9dd6ad123174bb49d793f6ba3da1c40ff Author: Manuel Rüger gentoo org> AuthorDate: Tue Jan 29 22:41:28 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jan 29 22:41:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c601f9 net-misc/cni-plugins: Stabilize on amd64 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> net-misc/cni-plugins/cni-plugins-0.7.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild index 33c40be3cbf..0fbcda6f954 100644 --- a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild +++ b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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"