diff options
author | William Hubbs <williamh@gentoo.org> | 2022-07-19 12:22:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-07-19 12:24:27 -0500 |
commit | 839402eb4e481228d7962ae6f72f78b71b531414 (patch) | |
tree | 5ff2f1c335e97eee1164136c777fa6efab7f652c /sys-cluster | |
parent | sys-cluster/kube-controller-manager: stabilize 1.23.7 for amd64 (diff) | |
download | gentoo-839402eb4e481228d7962ae6f72f78b71b531414.tar.gz gentoo-839402eb4e481228d7962ae6f72f78b71b531414.tar.bz2 gentoo-839402eb4e481228d7962ae6f72f78b71b531414.zip |
sys-cluster/kubectl: stabilize 1.23.7 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.23.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.23.7.ebuild b/sys-cluster/kubectl/kubectl-1.23.7.ebuild index 93befd485395..619b0c541831 100644 --- a/sys-cluster/kubectl/kubectl-1.23.7.ebuild +++ b/sys-cluster/kubectl/kubectl-1.23.7.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" BDEPEND=">=dev-lang/go-1.17" |