commit: 19f4334c6b0c2313714c1e60493a4724ba6f8711 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Oct 28 16:42:47 2018 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Oct 28 16:42:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f4334c
sys-cluster/kubectl: Stabilize on amd64 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-cluster/kubectl/kubectl-1.9.10.ebuild | 4 ++-- 1 file 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 14674478c43..2ed18931e63 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"
