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: app-misc/ranger/
Date: Tue, 11 Feb 2020 11:38:35
Message-Id: 1581421085.bebc2a728dcc2e8bc7decce47f971657449aa0e2.mgorny@gentoo
1 commit: bebc2a728dcc2e8bc7decce47f971657449aa0e2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:28:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebc2a72
7
8 app-misc/ranger: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/ranger/ranger-1.9.2.ebuild | 2 +-
13 app-misc/ranger/ranger-1.9.3.ebuild | 2 +-
14 app-misc/ranger/ranger-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-misc/ranger/ranger-1.9.2.ebuild b/app-misc/ranger/ranger-1.9.2.ebuild
18 index b8f5265c16f..6bd0785451f 100644
19 --- a/app-misc/ranger/ranger-1.9.2.ebuild
20 +++ b/app-misc/ranger/ranger-1.9.2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
26 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
27 PYTHON_REQ_USE="ncurses"
28
29 inherit distutils-r1
30
31 diff --git a/app-misc/ranger/ranger-1.9.3.ebuild b/app-misc/ranger/ranger-1.9.3.ebuild
32 index f517ea8d445..caed3a6516e 100644
33 --- a/app-misc/ranger/ranger-1.9.3.ebuild
34 +++ b/app-misc/ranger/ranger-1.9.3.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,3_7,3_8} )
40 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
41 PYTHON_REQ_USE="ncurses"
42
43 inherit distutils-r1
44
45 diff --git a/app-misc/ranger/ranger-9999.ebuild b/app-misc/ranger/ranger-9999.ebuild
46 index f517ea8d445..caed3a6516e 100644
47 --- a/app-misc/ranger/ranger-9999.ebuild
48 +++ b/app-misc/ranger/ranger-9999.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,3_7,3_8} )
54 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
55 PYTHON_REQ_USE="ncurses"
56
57 inherit distutils-r1