commit: 6fc540f991ef6f448279436290dd28bd99992eb2 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 18:52:30 2022 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 18:52:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc540f9
sys-cluster/kube-proxy: stabilize 1.25.1 for amd64 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/kube-proxy/kube-proxy-1.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-proxy/kube-proxy-1.25.1.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.25.1.ebuild index 456218a3a32a..43697aef74bd 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.25.1.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.25.1.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"
