Diff cni-plugins-1.1.1-r1 with a cni-plugins-1.2.0

/usr/portage/app-containers/cni-plugins/cni-plugins-1.2.0.ebuild 2023-10-09 14:52:28.216368318 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10

  
11 11
LICENSE="Apache-2.0"
12 12
SLOT="0"
13
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
13
KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
14 14
IUSE="hardened"
15 15

  
16 16
RDEPEND="net-firewall/iptables"
Thank you!