summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-25 21:54:45 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-25 21:54:45 -0700
commitce42660e3b4a5cb1582c75263aac13f99fc062ca (patch)
tree738be1085ec5354b78f0cd9edda5250e53a779c7 /sys-cluster/minikube
parentprofiles/package.mask: mask sys-cluster/kubernetes (diff)
downloadgentoo-ce42660e3b4a5cb1582c75263aac13f99fc062ca.tar.gz
gentoo-ce42660e3b4a5cb1582c75263aac13f99fc062ca.tar.bz2
gentoo-ce42660e3b4a5cb1582c75263aac13f99fc062ca.zip
sys-cluster/minikube: unbreak tree, switch dep to kubectl
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-cluster/minikube')
-rw-r--r--sys-cluster/minikube/minikube-1.10.1.ebuild2
-rw-r--r--sys-cluster/minikube/minikube-1.11.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/minikube/minikube-1.10.1.ebuild b/sys-cluster/minikube/minikube-1.10.1.ebuild
index 22a2e7117001..daf41959da27 100644
--- a/sys-cluster/minikube/minikube-1.10.1.ebuild
+++ b/sys-cluster/minikube/minikube-1.10.1.ebuild
@@ -1200,7 +1200,7 @@ IUSE="hardened libvirt"
COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
DEPEND="${COMMON_DEPEND}"
-RDEPEND=">=sys-cluster/kubernetes-1.17.3[kubectl]
+RDEPEND=">=sys-cluster/kubectl-1.17.3
${COMMON_DEPEND}"
BDEPEND="dev-go/go-bindata"
diff --git a/sys-cluster/minikube/minikube-1.11.0.ebuild b/sys-cluster/minikube/minikube-1.11.0.ebuild
index 1047a2cfcd33..a94483a617ad 100644
--- a/sys-cluster/minikube/minikube-1.11.0.ebuild
+++ b/sys-cluster/minikube/minikube-1.11.0.ebuild
@@ -1201,7 +1201,7 @@ IUSE="hardened libvirt"
COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
DEPEND="${COMMON_DEPEND}"
-RDEPEND=">=sys-cluster/kubernetes-1.17.3[kubectl]
+RDEPEND=">=sys-cluster/kubectl-1.17.3
${COMMON_DEPEND}"
BDEPEND="dev-go/go-bindata"