Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/
Date: Mon, 26 Oct 2020 03:26:54
Message-Id: 1603682763.93bd5c56650b17c864fc1c0592717a375ed48b06.williamh@gentoo
1 commit: 93bd5c56650b17c864fc1c0592717a375ed48b06
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 03:26:03 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 03:26:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd5c56
7
8 sys-cluster/kubectl: stabilize 1.19.3 on amd64
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 sys-cluster/kubectl/kubectl-1.19.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/kubectl/kubectl-1.19.3.ebuild b/sys-cluster/kubectl/kubectl-1.19.3.ebuild
16 index 716d7d53396..1f18731b5eb 100644
17 --- a/sys-cluster/kubectl/kubectl-1.19.3.ebuild
18 +++ b/sys-cluster/kubectl/kubectl-1.19.3.ebuild
19 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64"
24 +KEYWORDS="amd64 ~arm64"
25 IUSE="hardened"
26
27 DEPEND="!sys-cluster/kubernetes"