Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/
Date: Mon, 10 Feb 2020 13:27:00
Message-Id: 1581341195.4bf2493090a3ffca4edf41e18f398f49e86b15ea.mgorny@gentoo
1 commit: 4bf2493090a3ffca4edf41e18f398f49e86b15ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:06:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf24930
7
8 sys-cluster/minikube: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/minikube/minikube-1.0.1.ebuild | 2 +-
13 sys-cluster/minikube/minikube-1.6.1.ebuild | 2 +-
14 sys-cluster/minikube/minikube-1.6.2.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-cluster/minikube/minikube-1.0.1.ebuild b/sys-cluster/minikube/minikube-1.0.1.ebuild
18 index c0cfc1eabe7..65951f69c4e 100644
19 --- a/sys-cluster/minikube/minikube-1.0.1.ebuild
20 +++ b/sys-cluster/minikube/minikube-1.0.1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python{2_7,3_6} )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit python-any-r1 golang-build golang-vcs-snapshot
29
30
31 diff --git a/sys-cluster/minikube/minikube-1.6.1.ebuild b/sys-cluster/minikube/minikube-1.6.1.ebuild
32 index 7acc960aa25..9ce970f58fe 100644
33 --- a/sys-cluster/minikube/minikube-1.6.1.ebuild
34 +++ b/sys-cluster/minikube/minikube-1.6.1.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41
42 inherit python-any-r1 go-module
43
44
45 diff --git a/sys-cluster/minikube/minikube-1.6.2.ebuild b/sys-cluster/minikube/minikube-1.6.2.ebuild
46 index bb5af846aa7..941d63fa9a2 100644
47 --- a/sys-cluster/minikube/minikube-1.6.2.ebuild
48 +++ b/sys-cluster/minikube/minikube-1.6.2.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
54 +PYTHON_COMPAT=( python3_{6,7,8} )
55
56 inherit python-any-r1 go-module