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: Fri, 27 Sep 2019 14:15:55
Message-Id: 1569593708.22a8d274672b8418b93872b5bd88bd6cb45e4e0f.mrueg@gentoo
1 commit: 22a8d274672b8418b93872b5bd88bd6cb45e4e0f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 14:15:08 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 14:15:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a8d274
7
8 sys-cluster/kubectl: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 sys-cluster/kubectl/kubectl-1.14.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/kubectl/kubectl-1.14.7.ebuild b/sys-cluster/kubectl/kubectl-1.14.7.ebuild
17 index 7a61b25dce9..f7acff2e23b 100644
18 --- a/sys-cluster/kubectl/kubectl-1.14.7.ebuild
19 +++ b/sys-cluster/kubectl/kubectl-1.14.7.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"