diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-24 10:12:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-24 10:16:58 +0200 |
commit | 8c875a34168a265a2c3cd7fac518685b5c9be0b6 (patch) | |
tree | 56800f7ea4892b66819cec23d9d17d9dcc64dcdf /sys-process/htop | |
parent | net-wireless/blueman: Sync -9999 (diff) | |
download | gentoo-8c875a34168a265a2c3cd7fac518685b5c9be0b6.tar.gz gentoo-8c875a34168a265a2c3cd7fac518685b5c9be0b6.tar.bz2 gentoo-8c875a34168a265a2c3cd7fac518685b5c9be0b6.zip |
sys-process/htop: Enable py3.7
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/htop-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | sys-process/htop/htop-3.0.0_beta4.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 5647433903d2..bd549ea95a59 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=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit linux-info python-single-r1 diff --git a/sys-process/htop/htop-3.0.0_beta4.ebuild b/sys-process/htop/htop-3.0.0_beta4.ebuild index 26c184d21dd0..e2ada9cf173e 100644 --- a/sys-process/htop/htop-3.0.0_beta4.ebuild +++ b/sys-process/htop/htop-3.0.0_beta4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit autotools linux-info python-single-r1 |