diff options
author | Sam James <sam@gentoo.org> | 2023-08-08 03:26:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-08 03:26:53 +0100 |
commit | a33adaa5d5f532cb7ecff126c4fcc6f02be0c856 (patch) | |
tree | a0636b4b76f40640e04faca768a08a9be1d82ea7 /app-containers/cni-plugins | |
parent | dev-python/jsonschema: add 4.19.0 (diff) | |
download | gentoo-a33adaa5d5f532cb7ecff126c4fcc6f02be0c856.tar.gz gentoo-a33adaa5d5f532cb7ecff126c4fcc6f02be0c856.tar.bz2 gentoo-a33adaa5d5f532cb7ecff126c4fcc6f02be0c856.zip |
app-containers/cni-plugins: Stabilize 1.2.0 amd64, #911684
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/cni-plugins')
-rw-r--r-- | app-containers/cni-plugins/cni-plugins-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/cni-plugins/cni-plugins-1.2.0.ebuild b/app-containers/cni-plugins/cni-plugins-1.2.0.ebuild index 8c3d6bc09611..93c3929f37d9 100644 --- a/app-containers/cni-plugins/cni-plugins-1.2.0.ebuild +++ b/app-containers/cni-plugins/cni-plugins-1.2.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz -> LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv" IUSE="hardened" RDEPEND="net-firewall/iptables" |