commit: 20c601f9dd6ad123174bb49d793f6ba3da1c40ff Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Jan 29 22:41:28 2019 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> 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 <mrueg <AT> 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"
