diff options
author | William Hubbs <williamh@gentoo.org> | 2024-02-02 12:32:53 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-02-02 12:32:53 -0600 |
commit | c7416ad8098307e136fe0ac9d701479d9b8b2f0a (patch) | |
tree | 445cc97406cc6ed999446a4210b64fd54e7adf52 /sys-cluster/kube-proxy | |
parent | sys-cluster/kubelet: stabilize 1.27.10 for amd64 (diff) | |
download | gentoo-c7416ad8098307e136fe0ac9d701479d9b8b2f0a.tar.gz gentoo-c7416ad8098307e136fe0ac9d701479d9b8b2f0a.tar.bz2 gentoo-c7416ad8098307e136fe0ac9d701479d9b8b2f0a.zip |
sys-cluster/kube-proxy: stabilize 1.27.10 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.27.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.27.10.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.27.10.ebuild index 8d431668268c..894b6a1e7846 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.27.10.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.27.10.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" |