commit: ecc27d3726acb8a05f2666a2b706942ea8bcdf36
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 13:06:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 13:26:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc27d37
sys-process/htop: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-process/htop/htop-2.2.0.ebuild | 2 +-
sys-process/htop/htop-3.0.0_beta5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/htop/htop-2.2.0.ebuild
b/sys-process/htop/htop-2.2.0.ebuild
index fef82997549..8e121bcacff 100644
--- a/sys-process/htop/htop-2.2.0.ebuild
+++ b/sys-process/htop/htop-2.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit linux-info python-any-r1
diff --git a/sys-process/htop/htop-3.0.0_beta5.ebuild
b/sys-process/htop/htop-3.0.0_beta5.ebuild
index de47c9f995d..9ee89943272 100644
--- a/sys-process/htop/htop-3.0.0_beta5.ebuild
+++ b/sys-process/htop/htop-3.0.0_beta5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit autotools linux-info python-any-r1