diff options
author | William Hubbs <williamh@gentoo.org> | 2020-10-10 11:53:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-10-10 13:07:31 -0500 |
commit | 5ed45533a8e7d5eea5a11462369768698dd68771 (patch) | |
tree | b5c61542abd9823898326eec91475ef4a067ae5a /sys-cluster/kubectl | |
parent | sys-cluster/kube-controller-manager: build 1.19.2 with at least go 1.15 (diff) | |
download | gentoo-5ed45533a8e7d5eea5a11462369768698dd68771.tar.gz gentoo-5ed45533a8e7d5eea5a11462369768698dd68771.tar.bz2 gentoo-5ed45533a8e7d5eea5a11462369768698dd68771.zip |
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@gentoo.org>
Diffstat (limited to 'sys-cluster/kubectl')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.19.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.19.2.ebuild b/sys-cluster/kubectl/kubectl-1.19.2.ebuild index 3c9b5ec41411..716d7d53396c 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}" |