commit: c7bc322e9ac5b71a02a02aaae7ca268e5894615c Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Aug 19 14:36:13 2019 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Aug 19 14:36:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bc322e
sys-cluster/kubectl: Stabilize on amd64 Package-Manager: Portage-2.3.72, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org> sys-cluster/kubectl/kubectl-1.13.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kubectl/kubectl-1.13.10.ebuild b/sys-cluster/kubectl/kubectl-1.13.10.ebuild index 93cda65f0ea..6f0d80ff635 100644 --- a/sys-cluster/kubectl/kubectl-1.13.10.ebuild +++ b/sys-cluster/kubectl/kubectl-1.13.10.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"
