diff options
author | William Hubbs <williamh@gentoo.org> | 2022-10-22 13:06:13 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-10-22 13:06:13 -0500 |
commit | c14126169757a6d55d2ab9acedee06fee4193a67 (patch) | |
tree | a0a9448ba8f9fa67b68b35ddcc9026d18adf570b /sys-cluster | |
parent | sys-cluster/kubelet: stabilize 1.23.13 for amd64 (diff) | |
download | gentoo-c14126169757a6d55d2ab9acedee06fee4193a67.tar.gz gentoo-c14126169757a6d55d2ab9acedee06fee4193a67.tar.bz2 gentoo-c14126169757a6d55d2ab9acedee06fee4193a67.zip |
sys-cluster/kube-proxy: stabilize 1.23.13 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/kube-proxy/kube-proxy-1.23.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.23.13.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.23.13.ebuild index 2193eb857e81..d0b34277f839 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.23.13.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.23.13.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" |