diff options
author | William Hubbs <williamh@gentoo.org> | 2023-01-04 10:48:41 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-01-04 10:48:41 -0600 |
commit | f61709d1b9a88df9347b6f0e2e11a36c3345152c (patch) | |
tree | f3008752ab7799dd2d8233ae61e036b70d72b2a1 /sys-cluster/kube-proxy | |
parent | sys-cluster/kubelet: stabilize 1.23.15 for amd64 (diff) | |
download | gentoo-f61709d1b9a88df9347b6f0e2e11a36c3345152c.tar.gz gentoo-f61709d1b9a88df9347b6f0e2e11a36c3345152c.tar.bz2 gentoo-f61709d1b9a88df9347b6f0e2e11a36c3345152c.zip |
sys-cluster/kube-proxy: stabilize 1.23.15 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.23.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.23.15.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.23.15.ebuild index 2193eb857e81..f7d7bee3e8a7 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.23.15.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.23.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |