commit: d3663795001456adc741b8fbc531d0b2a034e17f Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Wed Dec 18 15:30:42 2024 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Dec 18 15:35:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3663795
sys-cluster/kube-proxy: stabilize 1.29.11 for amd64 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/kube-proxy/kube-proxy-1.29.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-proxy/kube-proxy-1.29.11.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.29.11.ebuild index 7088f613c25c..3cfaa73c074f 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.29.11.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.29.11.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"