commit: a9aa594bf16be50f146c60011e3bc46aa1befec0
Author: neeshy <neeshy <AT> tfwno <DOT> gf>
AuthorDate: Wed Mar 25 19:36:52 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 02:35:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9aa594b
sys-process/htop: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy <AT> tfwno.gf>
Signed-off-by: Craig Andrews <candrews <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 1c934ca8ef2..fa7b79e33e2 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=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
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 0f1a86bfd19..241e898507e 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=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools linux-info python-any-r1