sys-process/htop: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 08:12:43 +0000 (10:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 08:16:58 +0000 (10:16 +0200)
sys-process/htop/htop-2.2.0.ebuild
sys-process/htop/htop-3.0.0_beta4.ebuild

index 5647433903d22d8e0461a6aeda489f2c171c8c92..bd549ea95a591121e79ba711e499d6fc3a6e4cb0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit linux-info python-single-r1
 
index 26c184d21dd0b58f8cfc01d7b701abee0d6d821b..e2ada9cf173ebfc63ed93dc1cb56c25e8f13bbd1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit autotools linux-info python-single-r1