commit: 2a9f2f1be67314d79faba10629a9ce422b502654 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Jul 25 16:41:29 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jul 25 16:42:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9f2f1b
sys-cluster/kube-proxy: stabilize 1.27.3 for amd64 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/kube-proxy/kube-proxy-1.27.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-proxy/kube-proxy-1.27.3.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.27.3.ebuild index ea991ff91e56..334b1e38e138 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.27.3.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.27.3.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"
