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: Wed, 05 Jun 2019 15:18:52
Message-Id: 1559747893.512e33fed5749b66031bad26fdfae5a570b3b091.mrueg@gentoo
1 commit: 512e33fed5749b66031bad26fdfae5a570b3b091
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 15:18:13 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 15:18:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512e33fe
7
8 sys-cluster/kubectl: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 sys-cluster/kubectl/kubectl-1.13.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/kubectl/kubectl-1.13.5.ebuild b/sys-cluster/kubectl/kubectl-1.13.5.ebuild
17 index 93cda65f0ea..6f0d80ff635 100644
18 --- a/sys-cluster/kubectl/kubectl-1.13.5.ebuild
19 +++ b/sys-cluster/kubectl/kubectl-1.13.5.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"