summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-01-04 10:50:56 -0600
committerWilliam Hubbs <williamh@gentoo.org>2023-01-04 10:50:56 -0600
commit7236000c28689fb88ff2bb3cbd05fbf79b072e68 (patch)
treea84d32272dd087aab1e2ea82dfe9f5f73a255775 /sys-cluster
parentsys-cluster/kube-controller-manager: stabilize 1.25.5 for amd64 (diff)
downloadgentoo-7236000c28689fb88ff2bb3cbd05fbf79b072e68.tar.gz
gentoo-7236000c28689fb88ff2bb3cbd05fbf79b072e68.tar.bz2
gentoo-7236000c28689fb88ff2bb3cbd05fbf79b072e68.zip
sys-cluster/kubectl: stabilize 1.25.5 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/kubectl/kubectl-1.25.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.25.5.ebuild b/sys-cluster/kubectl/kubectl-1.25.5.ebuild
index 293f7d962b1f..da2fb28a9977 100644
--- a/sys-cluster/kubectl/kubectl-1.25.5.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.25.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"