commit: 4bf2493090a3ffca4edf41e18f398f49e86b15ea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 13:06:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 13:26:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf24930
sys-cluster/minikube: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-cluster/minikube/minikube-1.0.1.ebuild | 2 +-
sys-cluster/minikube/minikube-1.6.1.ebuild | 2 +-
sys-cluster/minikube/minikube-1.6.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/minikube/minikube-1.0.1.ebuild
b/sys-cluster/minikube/minikube-1.0.1.ebuild
index c0cfc1eabe7..65951f69c4e 100644
--- a/sys-cluster/minikube/minikube-1.0.1.ebuild
+++ b/sys-cluster/minikube/minikube-1.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit python-any-r1 golang-build golang-vcs-snapshot
diff --git a/sys-cluster/minikube/minikube-1.6.1.ebuild
b/sys-cluster/minikube/minikube-1.6.1.ebuild
index 7acc960aa25..9ce970f58fe 100644
--- a/sys-cluster/minikube/minikube-1.6.1.ebuild
+++ b/sys-cluster/minikube/minikube-1.6.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-any-r1 go-module
diff --git a/sys-cluster/minikube/minikube-1.6.2.ebuild
b/sys-cluster/minikube/minikube-1.6.2.ebuild
index bb5af846aa7..941d63fa9a2 100644
--- a/sys-cluster/minikube/minikube-1.6.2.ebuild
+++ b/sys-cluster/minikube/minikube-1.6.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-any-r1 go-module