diff options
author | William Hubbs <williamh@gentoo.org> | 2024-08-07 14:36:11 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-08-07 14:37:11 -0500 |
commit | 9590375448dc1bcc50fb490f2473f53a60ed0410 (patch) | |
tree | 42a6d5b90acc4ea3bba407ad71b4e79596513a9c /sys-cluster/kube-proxy | |
parent | sys-cluster/kubelet: stabilize 1.30.3 for amd64 (diff) | |
download | gentoo-9590375448dc1bcc50fb490f2473f53a60ed0410.tar.gz gentoo-9590375448dc1bcc50fb490f2473f53a60ed0410.tar.bz2 gentoo-9590375448dc1bcc50fb490f2473f53a60ed0410.zip |
sys-cluster/kube-proxy: stabilize 1.30.3 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster/kube-proxy')
-rw-r--r-- | sys-cluster/kube-proxy/kube-proxy-1.30.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.30.3.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.30.3.ebuild index bd858543529e..2e47e5a64e4c 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.30.3.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.30.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="hardened" RDEPEND="net-firewall/conntrack-tools" |