diff options
author | 2020-10-25 22:26:03 -0500 | |
---|---|---|
committer | 2020-10-25 22:26:03 -0500 | |
commit | 93bd5c56650b17c864fc1c0592717a375ed48b06 (patch) | |
tree | 47874b8a5d045909a3470648229446c2bfd58cfe /sys-cluster/kubectl/kubectl-1.19.3.ebuild | |
parent | sys-cluster/kube-controller-manager: stabilize 1.19.3 on amd64 (diff) | |
download | gentoo-93bd5c56650b17c864fc1c0592717a375ed48b06.tar.gz gentoo-93bd5c56650b17c864fc1c0592717a375ed48b06.tar.bz2 gentoo-93bd5c56650b17c864fc1c0592717a375ed48b06.zip |
sys-cluster/kubectl: stabilize 1.19.3 on amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster/kubectl/kubectl-1.19.3.ebuild')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.19.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.19.3.ebuild b/sys-cluster/kubectl/kubectl-1.19.3.ebuild index 716d7d53396c..1f18731b5eb7 100644 --- a/sys-cluster/kubectl/kubectl-1.19.3.ebuild +++ b/sys-cluster/kubectl/kubectl-1.19.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="hardened" DEPEND="!sys-cluster/kubernetes" |