commit: 5ed45533a8e7d5eea5a11462369768698dd68771 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 16:53:50 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 18:07:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed45533
sys-cluster/kubectl: build 1.19.2 with at least go 1.15 Bug: https://bugs.gentoo.org/747040 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> sys-cluster/kubectl/kubectl-1.19.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/kubectl/kubectl-1.19.2.ebuild b/sys-cluster/kubectl/kubectl-1.19.2.ebuild index 3c9b5ec4141..716d7d53396 100644 --- a/sys-cluster/kubectl/kubectl-1.19.2.ebuild +++ b/sys-cluster/kubectl/kubectl-1.19.2.ebuild @@ -14,6 +14,8 @@ KEYWORDS="~amd64 ~arm64" IUSE="hardened" DEPEND="!sys-cluster/kubernetes" +BDEPEND=">=dev-lang/go-1.15" + RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"
