commit: 955d5e394cda6bf858c46bc0aadad29999e993b4 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sun Jan 23 19:54:43 2022 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sun Jan 23 19:54:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955d5e39
sys-cluster/kubectl: stabilize 1.23.1 on amd64 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/kubectl/kubectl-1.23.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/kubectl/kubectl-1.23.1.ebuild b/sys-cluster/kubectl/kubectl-1.23.1.ebuild index 1e19eb5f3195..9187677535ee 100644 --- a/sys-cluster/kubectl/kubectl-1.23.1.ebuild +++ b/sys-cluster/kubectl/kubectl-1.23.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"
