summaryrefslogtreecommitdiff
path: root/sys-process/htop/htop-2.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /sys-process/htop/htop-2.2.0.ebuild
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'sys-process/htop/htop-2.2.0.ebuild')
-rw-r--r--sys-process/htop/htop-2.2.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild
index 9e6187da2c88..19eb58beab6a 100644
--- a/sys-process/htop/htop-2.2.0.ebuild
+++ b/sys-process/htop/htop-2.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-inherit linux-info python-single-r1
+inherit linux-info python-any-r1
DESCRIPTION="interactive process viewer"
HOMEPAGE="https://hisham.hm/htop/"
@@ -21,8 +21,6 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
DOCS=( ChangeLog README )
CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"
@@ -33,7 +31,7 @@ pkg_setup() {
ewarn "what files), you must have sys-process/lsof installed."
fi
- python-single-r1_pkg_setup
+ python-any-r1_pkg_setup
linux-info_pkg_setup
}