From a9aa594bf16be50f146c60011e3bc46aa1befec0 Mon Sep 17 00:00:00 2001 From: neeshy Date: Wed, 25 Mar 2020 15:36:52 -0400 Subject: sys-process/htop: add python3_8 target Signed-off-by: Nima Sadeghi Signed-off-by: Craig Andrews --- 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(-) (limited to 'sys-process/htop') diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild index 1c934ca8ef21..fa7b79e33e20 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 0f1a86bfd198..241e898507e0 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 -- cgit v1.2.3-65-gdbad