diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:28:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:05 +0100 |
commit | bebc2a728dcc2e8bc7decce47f971657449aa0e2 (patch) | |
tree | 59cca97bc7fe911d3fc76e8455815369d3b67bce /app-misc/ranger | |
parent | app-misc/openastro-data: Remove py2 (diff) | |
download | gentoo-bebc2a728dcc2e8bc7decce47f971657449aa0e2.tar.gz gentoo-bebc2a728dcc2e8bc7decce47f971657449aa0e2.tar.bz2 gentoo-bebc2a728dcc2e8bc7decce47f971657449aa0e2.zip |
app-misc/ranger: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/ranger')
-rw-r--r-- | app-misc/ranger/ranger-1.9.2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/ranger/ranger-1.9.3.ebuild | 2 | ||||
-rw-r--r-- | app-misc/ranger/ranger-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ranger/ranger-1.9.2.ebuild b/app-misc/ranger/ranger-1.9.2.ebuild index b8f5265c16f2..6bd0785451fb 100644 --- a/app-misc/ranger/ranger-1.9.2.ebuild +++ b/app-misc/ranger/ranger-1.9.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,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 diff --git a/app-misc/ranger/ranger-1.9.3.ebuild b/app-misc/ranger/ranger-1.9.3.ebuild index f517ea8d4453..caed3a6516e3 100644 --- a/app-misc/ranger/ranger-1.9.3.ebuild +++ b/app-misc/ranger/ranger-1.9.3.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,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 diff --git a/app-misc/ranger/ranger-9999.ebuild b/app-misc/ranger/ranger-9999.ebuild index f517ea8d4453..caed3a6516e3 100644 --- a/app-misc/ranger/ranger-9999.ebuild +++ b/app-misc/ranger/ranger-9999.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,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |