diff options
author | William Hubbs <williamh@gentoo.org> | 2023-03-18 17:58:44 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-03-18 17:58:44 -0500 |
commit | c100384f0a2cc18c69dee2ab9dc861b18a75270e (patch) | |
tree | 672f26e5784a4327d4bde3e26205f71c614741d2 /sys-cluster/kube-proxy | |
parent | sys-cluster/kubelet: stabilize 1.23.17 for amd64 (diff) | |
download | gentoo-c100384f0a2cc18c69dee2ab9dc861b18a75270e.tar.gz gentoo-c100384f0a2cc18c69dee2ab9dc861b18a75270e.tar.bz2 gentoo-c100384f0a2cc18c69dee2ab9dc861b18a75270e.zip |
sys-cluster/kube-proxy: stabilize 1.23.17 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.23.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.23.17.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.23.17.ebuild index c1c662945d2d..f7d7bee3e8a7 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.23.17.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.23.17.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" |