Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/
Date: Mon, 26 Oct 2020 04:56:16
Message-Id: 1603688085.ce42660e3b4a5cb1582c75263aac13f99fc062ca.gyakovlev@gentoo
1 commit: ce42660e3b4a5cb1582c75263aac13f99fc062ca
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 04:54:45 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 04:54:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce42660e
7
8 sys-cluster/minikube: unbreak tree, switch dep to kubectl
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-cluster/minikube/minikube-1.10.1.ebuild | 2 +-
14 sys-cluster/minikube/minikube-1.11.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/minikube/minikube-1.10.1.ebuild b/sys-cluster/minikube/minikube-1.10.1.ebuild
18 index 22a2e711700..daf41959da2 100644
19 --- a/sys-cluster/minikube/minikube-1.10.1.ebuild
20 +++ b/sys-cluster/minikube/minikube-1.10.1.ebuild
21 @@ -1200,7 +1200,7 @@ IUSE="hardened libvirt"
22
23 COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
24 DEPEND="${COMMON_DEPEND}"
25 -RDEPEND=">=sys-cluster/kubernetes-1.17.3[kubectl]
26 +RDEPEND=">=sys-cluster/kubectl-1.17.3
27 ${COMMON_DEPEND}"
28 BDEPEND="dev-go/go-bindata"
29
30
31 diff --git a/sys-cluster/minikube/minikube-1.11.0.ebuild b/sys-cluster/minikube/minikube-1.11.0.ebuild
32 index 1047a2cfcd3..a94483a617a 100644
33 --- a/sys-cluster/minikube/minikube-1.11.0.ebuild
34 +++ b/sys-cluster/minikube/minikube-1.11.0.ebuild
35 @@ -1201,7 +1201,7 @@ IUSE="hardened libvirt"
36
37 COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
38 DEPEND="${COMMON_DEPEND}"
39 -RDEPEND=">=sys-cluster/kubernetes-1.17.3[kubectl]
40 +RDEPEND=">=sys-cluster/kubectl-1.17.3
41 ${COMMON_DEPEND}"
42 BDEPEND="dev-go/go-bindata"