Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/
Date: Tue, 29 Jan 2019 22:42:08
Message-Id: 1548801688.20c601f9dd6ad123174bb49d793f6ba3da1c40ff.mrueg@gentoo
1 commit: 20c601f9dd6ad123174bb49d793f6ba3da1c40ff
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 22:41:28 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 22:41:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c601f9
7
8 net-misc/cni-plugins: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 net-misc/cni-plugins/cni-plugins-0.7.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
17 index 33c40be3cbf..0fbcda6f954 100644
18 --- a/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
19 +++ b/net-misc/cni-plugins/cni-plugins-0.7.4.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 inherit golang-vcs-snapshot
28
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31 DESCRIPTION="Standard networking plugins for container networking"
32 EGO_PN="github.com/containernetworking/plugins"
33 HOMEPAGE="https://github.com/containernetworking/plugins"