summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-29 23:41:49 +0100
committerSam James <sam@gentoo.org>2021-10-29 23:43:44 +0100
commit76a1850a1c03d7d173b6adcc1e7d315f4c1edd8c (patch)
tree639b90ea66041a794df3b750b392f8e888c0839f
parentsys-cluster/slurm: add hwloc subslot operator (diff)
downloadgentoo-76a1850a.tar.gz
gentoo-76a1850a.tar.bz2
gentoo-76a1850a.zip
sys-process/htop: add hwloc subslot operator
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-process/htop/htop-3.0.5-r2.ebuild (renamed from sys-process/htop/htop-3.0.5-r1.ebuild)2
-rw-r--r--sys-process/htop/htop-3.1.0-r1.ebuild (renamed from sys-process/htop/htop-3.1.0.ebuild)2
-rw-r--r--sys-process/htop/htop-3.1.1-r1.ebuild (renamed from sys-process/htop/htop-3.1.1.ebuild)2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/htop/htop-3.0.5-r1.ebuild b/sys-process/htop/htop-3.0.5-r2.ebuild
index ef78ad9c82ac..e2887ab6369a 100644
--- a/sys-process/htop/htop-3.0.5-r1.ebuild
+++ b/sys-process/htop/htop-3.0.5-r2.ebuild
@@ -18,7 +18,7 @@ IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver"
BDEPEND="virtual/pkgconfig"
RDEPEND="sys-libs/ncurses:=[unicode(+)?]
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
lm-sensors? ( sys-apps/lm-sensors )"
DEPEND="${RDEPEND}
${PYTHON_DEPS}"
diff --git a/sys-process/htop/htop-3.1.0.ebuild b/sys-process/htop/htop-3.1.0-r1.ebuild
index 2429313e1be6..937e09730eba 100644
--- a/sys-process/htop/htop-3.1.0.ebuild
+++ b/sys-process/htop/htop-3.1.0-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="caps debug delayacct hwloc kernel_FreeBSD kernel_linux lm-sensors openvz u
BDEPEND="virtual/pkgconfig"
RDEPEND="
sys-libs/ncurses:=[unicode(+)?]
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
kernel_linux? (
caps? ( sys-libs/libcap )
delayacct? ( dev-libs/libnl:3 )
diff --git a/sys-process/htop/htop-3.1.1.ebuild b/sys-process/htop/htop-3.1.1-r1.ebuild
index ad00e02ff840..c11394f6a76a 100644
--- a/sys-process/htop/htop-3.1.1.ebuild
+++ b/sys-process/htop/htop-3.1.1-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="caps debug delayacct hwloc kernel_FreeBSD kernel_linux lm-sensors openvz u
BDEPEND="virtual/pkgconfig"
RDEPEND="
sys-libs/ncurses:=[unicode(+)?]
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
kernel_linux? (
caps? ( sys-libs/libcap )
delayacct? ( dev-libs/libnl:3 )