Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/
Date: Fri, 25 Feb 2022 09:25:51
Message-Id: 1645778753.b2e458e576f3797154bb76d1bb655dda300d4411.dlan@gentoo
1 commit: b2e458e576f3797154bb76d1bb655dda300d4411
2 Author: Jer Sun <sjj991212 <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 14 02:29:15 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 08:45:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e458e5
7
8 net-misc/cni-plugins: keyword ~riscv, 0.9.1
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Jer Sun <sjj991212 <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
18 index 54ca770d58f6..5d4529918862 100644
19 --- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
20 +++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz ->
28
29 LICENSE="Apache-2.0"
30 SLOT="0"
31 -KEYWORDS="amd64 arm64 ~ppc64"
32 +KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
33 IUSE="hardened"
34
35 CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"