summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-06-05 17:18:13 +0200
committerManuel Rüger <mrueg@gentoo.org>2019-06-05 17:18:13 +0200
commit512e33fed5749b66031bad26fdfae5a570b3b091 (patch)
tree72d41e1548f4c914ecf5f0156956135402438819
parentdev-db/etcd: Stabilize on amd64 (diff)
downloadgentoo-512e33fe.tar.gz
gentoo-512e33fe.tar.bz2
gentoo-512e33fe.zip
sys-cluster/kubectl: Stabilize on amd64
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
-rw-r--r--sys-cluster/kubectl/kubectl-1.13.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.13.5.ebuild b/sys-cluster/kubectl/kubectl-1.13.5.ebuild
index 93cda65f0ea1..6f0d80ff6350 100644
--- a/sys-cluster/kubectl/kubectl-1.13.5.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.13.5.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"