diff options
author | 2023-09-07 14:36:34 -0500 | |
---|---|---|
committer | 2023-09-07 14:39:24 -0500 | |
commit | 04efc6e16a93831420bb525e59a6630a3cf92446 (patch) | |
tree | c1fb66d310e931980f713e341ba92eb5d751dd8c | |
parent | sys-cluster/kube-controller-manager: stabilize 1.27.5 for amd64 (diff) | |
download | gentoo-04efc6e16a93831420bb525e59a6630a3cf92446.tar.gz gentoo-04efc6e16a93831420bb525e59a6630a3cf92446.tar.bz2 gentoo-04efc6e16a93831420bb525e59a6630a3cf92446.zip |
sys-cluster/kubectl: stabilize 1.27.5 for amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.27.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.27.5.ebuild b/sys-cluster/kubectl/kubectl-1.27.5.ebuild index ffa067f3b06c..922515b4f335 100644 --- a/sys-cluster/kubectl/kubectl-1.27.5.ebuild +++ b/sys-cluster/kubectl/kubectl-1.27.5.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.20" |