diff options
author | William Hubbs <williamh@gentoo.org> | 2023-03-18 18:05:16 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-03-18 18:05:16 -0500 |
commit | e6918768a8ef1eb2513af5082c6c3fade722e545 (patch) | |
tree | 87ab5c5077ec64c3c368b523df62779fe3ff4d80 /sys-cluster | |
parent | sys-cluster/kubelet: stabilize 1.26.2 for amd64 (diff) | |
download | gentoo-e6918768a8ef1eb2513af5082c6c3fade722e545.tar.gz gentoo-e6918768a8ef1eb2513af5082c6c3fade722e545.tar.bz2 gentoo-e6918768a8ef1eb2513af5082c6c3fade722e545.zip |
sys-cluster/kube-proxy: stabilize 1.26.2 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.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.26.2.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.26.2.ebuild index c2bf8bb7da7f..15eeeeea2dcb 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.26.2.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.26.2.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" |