Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Fri, 29 Oct 2021 22:44:16
Message-Id: 1635547424.76a1850a1c03d7d173b6adcc1e7d315f4c1edd8c.sam@gentoo
1 commit: 76a1850a1c03d7d173b6adcc1e7d315f4c1edd8c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 22:41:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 22:43:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a1850a
7
8 sys-process/htop: add hwloc subslot operator
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-process/htop/{htop-3.0.5-r1.ebuild => htop-3.0.5-r2.ebuild} | 2 +-
13 sys-process/htop/{htop-3.1.0.ebuild => htop-3.1.0-r1.ebuild} | 2 +-
14 sys-process/htop/{htop-3.1.1.ebuild => htop-3.1.1-r1.ebuild} | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-process/htop/htop-3.0.5-r1.ebuild b/sys-process/htop/htop-3.0.5-r2.ebuild
18 similarity index 98%
19 rename from sys-process/htop/htop-3.0.5-r1.ebuild
20 rename to sys-process/htop/htop-3.0.5-r2.ebuild
21 index ef78ad9c82a..e2887ab6369 100644
22 --- a/sys-process/htop/htop-3.0.5-r1.ebuild
23 +++ b/sys-process/htop/htop-3.0.5-r2.ebuild
24 @@ -18,7 +18,7 @@ IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver"
25
26 BDEPEND="virtual/pkgconfig"
27 RDEPEND="sys-libs/ncurses:=[unicode(+)?]
28 - hwloc? ( sys-apps/hwloc )
29 + hwloc? ( sys-apps/hwloc:= )
30 lm-sensors? ( sys-apps/lm-sensors )"
31 DEPEND="${RDEPEND}
32 ${PYTHON_DEPS}"
33
34 diff --git a/sys-process/htop/htop-3.1.0.ebuild b/sys-process/htop/htop-3.1.0-r1.ebuild
35 similarity index 98%
36 rename from sys-process/htop/htop-3.1.0.ebuild
37 rename to sys-process/htop/htop-3.1.0-r1.ebuild
38 index 2429313e1be..937e09730eb 100644
39 --- a/sys-process/htop/htop-3.1.0.ebuild
40 +++ b/sys-process/htop/htop-3.1.0-r1.ebuild
41 @@ -19,7 +19,7 @@ IUSE="caps debug delayacct hwloc kernel_FreeBSD kernel_linux lm-sensors openvz u
42 BDEPEND="virtual/pkgconfig"
43 RDEPEND="
44 sys-libs/ncurses:=[unicode(+)?]
45 - hwloc? ( sys-apps/hwloc )
46 + hwloc? ( sys-apps/hwloc:= )
47 kernel_linux? (
48 caps? ( sys-libs/libcap )
49 delayacct? ( dev-libs/libnl:3 )
50
51 diff --git a/sys-process/htop/htop-3.1.1.ebuild b/sys-process/htop/htop-3.1.1-r1.ebuild
52 similarity index 98%
53 rename from sys-process/htop/htop-3.1.1.ebuild
54 rename to sys-process/htop/htop-3.1.1-r1.ebuild
55 index ad00e02ff84..c11394f6a76 100644
56 --- a/sys-process/htop/htop-3.1.1.ebuild
57 +++ b/sys-process/htop/htop-3.1.1-r1.ebuild
58 @@ -19,7 +19,7 @@ IUSE="caps debug delayacct hwloc kernel_FreeBSD kernel_linux lm-sensors openvz u
59 BDEPEND="virtual/pkgconfig"
60 RDEPEND="
61 sys-libs/ncurses:=[unicode(+)?]
62 - hwloc? ( sys-apps/hwloc )
63 + hwloc? ( sys-apps/hwloc:= )
64 kernel_linux? (
65 caps? ( sys-libs/libcap )
66 delayacct? ( dev-libs/libnl:3 )