summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-10-28 17:42:47 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-10-28 17:42:47 +0100
commit19f4334c6b0c2313714c1e60493a4724ba6f8711 (patch)
tree6113d17952899964dffea805a4b8afb9929ad109 /sys-cluster/kubectl
parentdev-go/go-bindata: Stabilize on amd64 (diff)
downloadgentoo-19f4334c6b0c2313714c1e60493a4724ba6f8711.tar.gz
gentoo-19f4334c6b0c2313714c1e60493a4724ba6f8711.tar.bz2
gentoo-19f4334c6b0c2313714c1e60493a4724ba6f8711.zip
sys-cluster/kubectl: Stabilize on amd64
Signed-off-by: Manuel Rüger <mrueg@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-cluster/kubectl')
-rw-r--r--sys-cluster/kubectl/kubectl-1.9.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.9.10.ebuild b/sys-cluster/kubectl/kubectl-1.9.10.ebuild
index 14674478c43c..2ed18931e635 100644
--- a/sys-cluster/kubectl/kubectl-1.9.10.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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"