diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:52 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:42 -0400 |
commit | a9aa594bf16be50f146c60011e3bc46aa1befec0 (patch) | |
tree | e26638358013bc0a70fa4c1da55fb4cce2f401c6 /sys-process | |
parent | sys-boot/grub: add python3_8 target (diff) | |
download | gentoo-a9aa594bf16be50f146c60011e3bc46aa1befec0.tar.gz gentoo-a9aa594bf16be50f146c60011e3bc46aa1befec0.tar.bz2 gentoo-a9aa594bf16be50f146c60011e3bc46aa1befec0.zip |
sys-process/htop: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |