From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1172964-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 6044A13835A
	for <garchives@archives.gentoo.org>; Wed, 20 May 2020 15:34:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 974B2E08A8;
	Wed, 20 May 2020 15:34:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 82D68E08A8
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 15:34:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 6B3A734F21E
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 15:34:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9AB254
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 15:34:44 +0000 (UTC)
From: "William Hubbs" <williamh@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, "William Hubbs" <williamh@gentoo.org>
Message-ID: <1589988874.fc214207816cc8f6007f374bf29582ab754c56ad.williamh@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
X-VCS-Directories: sys-cluster/minikube/
X-VCS-Committer: williamh
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: fc214207816cc8f6007f374bf29582ab754c56ad
X-VCS-Branch: master
Date: Wed, 20 May 2020 15:34:44 +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: 58f4c6c3-1564-46e0-abe7-e9b6b4ebc866
X-Archives-Hash: e3394d6cbc5780c2a4f23f19050efe49

commit:     fc214207816cc8f6007f374bf29582ab754c56ad
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 15:34:21 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed May 20 15:34:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc214207

sys-cluster/minikube: repoman fix

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-cluster/minikube/minikube-1.10.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/minikube/minikube-1.10.1.ebuild b/sys-cluster/minikube/minikube-1.10.1.ebuild
index a33c5389350..22a2e711700 100644
--- a/sys-cluster/minikube/minikube-1.10.1.ebuild
+++ b/sys-cluster/minikube/minikube-1.10.1.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 inherit go-module
 GIT_COMMIT=63ab801ac27e5742ae442ce36dff7877dcccb278
 
-
 DESCRIPTION="Single Node Kubernetes Cluster"
 HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io"