Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/
Date: Sun, 04 Jul 2021 06:06:53
Message-Id: 1625378792.63ba0e4fcac4b3f63f4094fe7610f1b6c2b257f6.gyakovlev@gentoo
1 commit: 63ba0e4fcac4b3f63f4094fe7610f1b6c2b257f6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 04:35:00 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 06:06:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ba0e4f
7
8 net-misc/cni-plugins: keyword 0.9.1 for ~ppc64
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
16 index 3ef070097fe..0a19fc7de65 100644
17 --- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
18 +++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64"
30 +KEYWORDS="~amd64 ~arm64 ~ppc64"
31 IUSE="hardened"
32
33 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"