From: Michał Górny Date: Mon, 10 Feb 2020 13:06:01 +0000 (+0100) Subject: sys-cluster/minikube: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4bf2493090a3ffca4edf41e18f398f49e86b15ea;p=gentoo.git sys-cluster/minikube: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/sys-cluster/minikube/minikube-1.0.1.ebuild b/sys-cluster/minikube/minikube-1.0.1.ebuild index c0cfc1eabe7b..65951f69c4e1 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 7acc960aa259..9ce970f58fe3 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 bb5af846aa7d..941d63fa9a29 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