From: neeshy Date: Wed, 25 Mar 2020 19:36:52 +0000 (-0400) Subject: sys-process/htop: add python3_8 target X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9aa594bf16be50f146c60011e3bc46aa1befec0;p=gentoo.git sys-process/htop: add python3_8 target Signed-off-by: Nima Sadeghi Signed-off-by: Craig Andrews --- 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