diff options
author | 2020-02-10 14:06:25 +0100 | |
---|---|---|
committer | 2020-02-10 14:26:47 +0100 | |
commit | ecc27d3726acb8a05f2666a2b706942ea8bcdf36 (patch) | |
tree | fd85b113c0844675232992cf3987f58d68e82131 /sys-process/htop/htop-2.2.0.ebuild | |
parent | sys-process/bcron: Remove py2 where possible (diff) | |
download | gentoo-ecc27d3726acb8a05f2666a2b706942ea8bcdf36.tar.gz gentoo-ecc27d3726acb8a05f2666a2b706942ea8bcdf36.tar.bz2 gentoo-ecc27d3726acb8a05f2666a2b706942ea8bcdf36.zip |
sys-process/htop: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/htop/htop-2.2.0.ebuild')
-rw-r--r-- | sys-process/htop/htop-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild index fef82997549c..8e121bcacff1 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_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit linux-info python-any-r1 |