diff options
author | 2023-05-16 09:50:17 -0500 | |
---|---|---|
committer | 2023-05-16 09:52:02 -0500 | |
commit | 4ec1c3bc26c5f93ff716c88d9b6704d72e840701 (patch) | |
tree | 8ed9fa5ebd43794860edc16a8e06b088df083186 /sys-cluster/kubectl | |
parent | sys-cluster/kube-controller-manager: stabilize 1.25.9 for amd64 (diff) | |
download | gentoo-4ec1c3bc26c5f93ff716c88d9b6704d72e840701.tar.gz gentoo-4ec1c3bc26c5f93ff716c88d9b6704d72e840701.tar.bz2 gentoo-4ec1c3bc26c5f93ff716c88d9b6704d72e840701.zip |
sys-cluster/kubectl: stabilize 1.25.9 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.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.25.9.ebuild b/sys-cluster/kubectl/kubectl-1.25.9.ebuild index 0a6d3b7c65b8..da2fb28a9977 100644 --- a/sys-cluster/kubectl/kubectl-1.25.9.ebuild +++ b/sys-cluster/kubectl/kubectl-1.25.9.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" |