sys-process/htop: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:06:25 +0000 (14:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:47 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-process/htop/htop-2.2.0.ebuild
sys-process/htop/htop-3.0.0_beta5.ebuild

index fef82997549c73734ad2589c68e77a681cf31680..8e121bcacff119f7a5bc5e1244857fcf740bc9a5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit linux-info python-any-r1
 
index de47c9f995d5e3f60c2879c834d151f3f1327606..9ee89943272341e8f99794db83a9df125a34daa3 100644 (file)
@@ -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