Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/
Date: Mon, 19 Aug 2019 14:37:13
Message-Id: 1566225373.c7bc322e9ac5b71a02a02aaae7ca268e5894615c.mrueg@gentoo
1 commit: c7bc322e9ac5b71a02a02aaae7ca268e5894615c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 14:36:13 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 14:36:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bc322e
7
8 sys-cluster/kubectl: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.16
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 sys-cluster/kubectl/kubectl-1.13.10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/kubectl/kubectl-1.13.10.ebuild b/sys-cluster/kubectl/kubectl-1.13.10.ebuild
17 index 93cda65f0ea..6f0d80ff635 100644
18 --- a/sys-cluster/kubectl/kubectl-1.13.10.ebuild
19 +++ b/sys-cluster/kubectl/kubectl-1.13.10.ebuild
20 @@ -6,7 +6,7 @@ inherit golang-build golang-vcs-snapshot bash-completion-r1
21
22 EGO_PN="k8s.io/kubernetes"
23 ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz"
24 -KEYWORDS="~amd64"
25 +KEYWORDS="amd64"
26
27 DESCRIPTION="CLI to run commands against Kubernetes clusters"
28 HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io"