sys-process/htop: add python3_8 target
authorneeshy <neeshy@tfwno.gf>
Wed, 25 Mar 2020 19:36:52 +0000 (15:36 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sun, 19 Apr 2020 02:35:42 +0000 (22:35 -0400)
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
sys-process/htop/htop-2.2.0.ebuild
sys-process/htop/htop-3.0.0_beta5.ebuild

index 1c934ca8ef2146d1712af6df42cb8f70b1359713..fa7b79e33e2067e5aa54582ac5ece1ff072f0476 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit linux-info python-any-r1
 
index 0f1a86bfd198e75c460c910981c5a2cf0977ff97..241e898507e0cdea6d281bba3be2fc0abd15468a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit autotools linux-info python-any-r1