From: Manuel Rüger Date: Tue, 29 Jan 2019 22:41:28 +0000 (+0100) Subject: net-misc/cni-plugins: Stabilize on amd64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=20c601f9dd6ad123174bb49d793f6ba3da1c40ff;p=gentoo.git net-misc/cni-plugins: Stabilize on amd64 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Manuel Rüger --- 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 33c40be3cbf2..0fbcda6f9546 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"