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: Sun, 28 Oct 2018 16:43:12
Message-Id: 1540744967.19f4334c6b0c2313714c1e60493a4724ba6f8711.mrueg@gentoo
1 commit: 19f4334c6b0c2313714c1e60493a4724ba6f8711
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 16:42:47 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 16:42:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f4334c
7
8 sys-cluster/kubectl: Stabilize on amd64
9
10 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-cluster/kubectl/kubectl-1.9.10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/kubectl/kubectl-1.9.10.ebuild b/sys-cluster/kubectl/kubectl-1.9.10.ebuild
17 index 14674478c43..2ed18931e63 100644
18 --- a/sys-cluster/kubectl/kubectl-1.9.10.ebuild
19 +++ b/sys-cluster/kubectl/kubectl-1.9.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ inherit golang-build golang-vcs-snapshot bash-completion-r1
27
28 EGO_PN="k8s.io/kubernetes"
29 ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="amd64"
32
33 DESCRIPTION="CLI to run commands against Kubernetes clusters"
34 HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io"