From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1217643-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D79FD138359
	for <garchives@archives.gentoo.org>; Mon, 26 Oct 2020 04:56:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ECEA6E041F;
	Mon, 26 Oct 2020 04:56:15 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 83393E041F
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Oct 2020 04:56:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 316B2335CA3
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Oct 2020 04:56:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C7B33B3
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Oct 2020 04:56:12 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1603688085.ce42660e3b4a5cb1582c75263aac13f99fc062ca.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-cluster/minikube/minikube-1.10.1.ebuild sys-cluster/minikube/minikube-1.11.0.ebuild
X-VCS-Directories: sys-cluster/minikube/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: ce42660e3b4a5cb1582c75263aac13f99fc062ca
X-VCS-Branch: master
Date: Mon, 26 Oct 2020 04:56:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a1a1513c-5f98-4698-82fe-8dfa08895197
X-Archives-Hash: 28ec07c67afc2cadaa0a25b2f2c89ba3

commit:     ce42660e3b4a5cb1582c75263aac13f99fc062ca
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 04:54:45 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 04:54:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce42660e

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 <AT> gentoo.org>

 sys-cluster/minikube/minikube-1.10.1.ebuild | 2 +-
 sys-cluster/minikube/minikube-1.11.0.ebuild | 2 +-
 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 22a2e711700..daf41959da2 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 1047a2cfcd3..a94483a617a 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"