summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:06:01 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:35 +0100
commit4bf2493090a3ffca4edf41e18f398f49e86b15ea (patch)
tree712611eecd9847c91e71dc91c47245f5e661d4ab /sys-cluster/minikube
parentsys-cluster/hpx: Remove py2 where possible (diff)
downloadgentoo-4bf2493090a3ffca4edf41e18f398f49e86b15ea.tar.gz
gentoo-4bf2493090a3ffca4edf41e18f398f49e86b15ea.tar.bz2
gentoo-4bf2493090a3ffca4edf41e18f398f49e86b15ea.zip
sys-cluster/minikube: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/minikube')
-rw-r--r--sys-cluster/minikube/minikube-1.0.1.ebuild2
-rw-r--r--sys-cluster/minikube/minikube-1.6.1.ebuild2
-rw-r--r--sys-cluster/minikube/minikube-1.6.2.ebuild2
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 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