summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-12-16 13:02:31 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-12-16 13:02:31 +0100
commit987fd6a362f7c41f95ae8654dc08b8582cf095d7 (patch)
treee3a30f2d8fadb140ac4b982498a8b72cf4242576 /sys-cluster/kubectl/kubectl-1.13.1.ebuild
parentsys-kernel/linux-firmware: Update snapshot (diff)
downloadgentoo-987fd6a362f7c41f95ae8654dc08b8582cf095d7.tar.gz
gentoo-987fd6a362f7c41f95ae8654dc08b8582cf095d7.tar.bz2
gentoo-987fd6a362f7c41f95ae8654dc08b8582cf095d7.zip
sys-cluster/kubectl: Add missed dependency on dev-lang/go-1.11
Signed-off-by: Manuel Rüger <mrueg@gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'sys-cluster/kubectl/kubectl-1.13.1.ebuild')
-rw-r--r--sys-cluster/kubectl/kubectl-1.13.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.13.1.ebuild b/sys-cluster/kubectl/kubectl-1.13.1.ebuild
index f12e63e59957..776d0d2bd8b7 100644
--- a/sys-cluster/kubectl/kubectl-1.13.1.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.13.1.ebuild
@@ -16,7 +16,8 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
-DEPEND="dev-go/go-bindata"
+DEPEND=">=dev-lang/go-1.11
+ dev-go/go-bindata"
RESTRICT="test"