diff options
author | William Hubbs <williamh@gentoo.org> | 2023-09-07 14:30:40 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-09-07 14:31:23 -0500 |
commit | 52f64a9d2e319b6967e406c15eb13236eec730f7 (patch) | |
tree | 51044baa544fff4259b3851857904a199c70108a /sys-cluster/kubectl | |
parent | sys-cluster/kube-controller-manager: stabilize 1.25.13 for amd64 (diff) | |
download | gentoo-52f64a9d2e319b6967e406c15eb13236eec730f7.tar.gz gentoo-52f64a9d2e319b6967e406c15eb13236eec730f7.tar.bz2 gentoo-52f64a9d2e319b6967e406c15eb13236eec730f7.zip |
sys-cluster/kubectl: stabilize 1.25.13 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster/kubectl')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.25.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.25.13.ebuild b/sys-cluster/kubectl/kubectl-1.25.13.ebuild index 0a6d3b7c65b8..da2fb28a9977 100644 --- a/sys-cluster/kubectl/kubectl-1.25.13.ebuild +++ b/sys-cluster/kubectl/kubectl-1.25.13.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.19" |