diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-11-20 23:23:09 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-11-20 23:23:09 +0100 |
commit | b731c1976648d77ba5da4bd7750695387f6f417b (patch) | |
tree | 656a60cd5a1a0a7aeb97d322868146ce0f080b37 /sys-cluster | |
parent | sys-cluster/kubectl: Version bump to 1.14.9 (diff) | |
download | gentoo-b731c1976648d77ba5da4bd7750695387f6f417b.tar.gz gentoo-b731c1976648d77ba5da4bd7750695387f6f417b.tar.bz2 gentoo-b731c1976648d77ba5da4bd7750695387f6f417b.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')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.14.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.14.8.ebuild b/sys-cluster/kubectl/kubectl-1.14.8.ebuild index 7a61b25dce90..f7acff2e23b4 100644 --- a/sys-cluster/kubectl/kubectl-1.14.8.ebuild +++ b/sys-cluster/kubectl/kubectl-1.14.8.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" |