summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-09-27 16:15:08 +0200
committerManuel Rüger <mrueg@gentoo.org>2019-09-27 16:15:08 +0200
commit22a8d274672b8418b93872b5bd88bd6cb45e4e0f (patch)
tree85134a960078c854a8a46bde30b320cfe334773b /sys-cluster/kubectl
parentapp-emulation/cri-tools: Remove old (diff)
downloadgentoo-22a8d274672b8418b93872b5bd88bd6cb45e4e0f.tar.gz
gentoo-22a8d274672b8418b93872b5bd88bd6cb45e4e0f.tar.bz2
gentoo-22a8d274672b8418b93872b5bd88bd6cb45e4e0f.zip
sys-cluster/kubectl: Stabilize on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'sys-cluster/kubectl')
-rw-r--r--sys-cluster/kubectl/kubectl-1.14.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.14.7.ebuild b/sys-cluster/kubectl/kubectl-1.14.7.ebuild
index 7a61b25dce90..f7acff2e23b4 100644
--- a/sys-cluster/kubectl/kubectl-1.14.7.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.14.7.ebuild
@@ -6,7 +6,7 @@ inherit golang-build golang-vcs-snapshot bash-completion-r1
EGO_PN="k8s.io/kubernetes"
ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DESCRIPTION="CLI to run commands against Kubernetes clusters"
HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io"