diff options
author | William Hubbs <williamh@gentoo.org> | 2021-08-16 20:27:47 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-08-16 20:27:47 -0500 |
commit | 78b20811f89181c63578aa9204c39eaf9994d70e (patch) | |
tree | 051d91ebd8f60343efde2abb734541df94a62b2b /sys-cluster/kubectl | |
parent | sys-cluster/kube-controller-manager: stabilize 1.19.13 on amd64 (diff) | |
download | gentoo-78b20811f89181c63578aa9204c39eaf9994d70e.tar.gz gentoo-78b20811f89181c63578aa9204c39eaf9994d70e.tar.bz2 gentoo-78b20811f89181c63578aa9204c39eaf9994d70e.zip |
sys-cluster/kubectl: stabilize 1.19.13 on amd64
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster/kubectl')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.19.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.19.13.ebuild b/sys-cluster/kubectl/kubectl-1.19.13.ebuild index 99f1f19c12d4..0c55d6b9e06a 100644 --- a/sys-cluster/kubectl/kubectl-1.19.13.ebuild +++ b/sys-cluster/kubectl/kubectl-1.19.13.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" |