diff options
author | 2023-01-31 12:13:23 -0600 | |
---|---|---|
committer | 2023-01-31 12:13:23 -0600 | |
commit | 7b9f184e369f171daf113638876015c8997ae007 (patch) | |
tree | e1cc91a6a3fe54a148fd6eba7b42cb5277e99a31 | |
parent | sys-cluster/kubelet: stabilize 1.25.6 for amd64 (diff) | |
download | gentoo-7b9f184e369f171daf113638876015c8997ae007.tar.gz gentoo-7b9f184e369f171daf113638876015c8997ae007.tar.bz2 gentoo-7b9f184e369f171daf113638876015c8997ae007.zip |
sys-cluster/kube-proxy: stabilize 1.25.6 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | sys-cluster/kube-proxy/kube-proxy-1.25.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.25.6.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.25.6.ebuild index c2bf8bb7da7f..15eeeeea2dcb 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.25.6.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.25.6.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" |