Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Sat, 17 Jul 2021 21:31:05
Message-Id: 1626557442.34786de22b82d4bbbb7367891a4e08522fa84a01.soap@gentoo
1 commit: 34786de22b82d4bbbb7367891a4e08522fa84a01
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 21:30:42 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 21:30:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34786de2
7
8 sys-process/htop: Add sys-libs/ncurses[unicode(+)]
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-process/htop/{htop-3.0.2.ebuild => htop-3.0.2-r1.ebuild} | 4 ++--
13 sys-process/htop/{htop-3.0.4-r1.ebuild => htop-3.0.4-r2.ebuild} | 4 ++--
14 sys-process/htop/{htop-3.0.5.ebuild => htop-3.0.5-r1.ebuild} | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sys-process/htop/htop-3.0.2.ebuild b/sys-process/htop/htop-3.0.2-r1.ebuild
18 similarity index 94%
19 rename from sys-process/htop/htop-3.0.2.ebuild
20 rename to sys-process/htop/htop-3.0.2-r1.ebuild
21 index 0abdd148291..183f2f04fbc 100644
22 --- a/sys-process/htop/htop-3.0.2.ebuild
23 +++ b/sys-process/htop/htop-3.0.2-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -17,7 +17,7 @@ SLOT="0"
31 IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
32
33 BDEPEND="virtual/pkgconfig"
34 -RDEPEND="sys-libs/ncurses:0=[unicode?]"
35 +RDEPEND="sys-libs/ncurses:=[unicode(+)?]"
36 DEPEND="${RDEPEND}
37 ${PYTHON_DEPS}"
38
39
40 diff --git a/sys-process/htop/htop-3.0.4-r1.ebuild b/sys-process/htop/htop-3.0.4-r2.ebuild
41 similarity index 95%
42 rename from sys-process/htop/htop-3.0.4-r1.ebuild
43 rename to sys-process/htop/htop-3.0.4-r2.ebuild
44 index 6c51dac3651..8ce3e79b56e 100644
45 --- a/sys-process/htop/htop-3.0.4-r1.ebuild
46 +++ b/sys-process/htop/htop-3.0.4-r2.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -17,7 +17,7 @@ SLOT="0"
54 IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver"
55
56 BDEPEND="virtual/pkgconfig"
57 -RDEPEND="sys-libs/ncurses:0=[unicode?]
58 +RDEPEND="sys-libs/ncurses:=[unicode(+)?]
59 hwloc? ( sys-apps/hwloc )
60 lm-sensors? ( sys-apps/lm-sensors )"
61 DEPEND="${RDEPEND}
62
63 diff --git a/sys-process/htop/htop-3.0.5.ebuild b/sys-process/htop/htop-3.0.5-r1.ebuild
64 similarity index 97%
65 rename from sys-process/htop/htop-3.0.5.ebuild
66 rename to sys-process/htop/htop-3.0.5-r1.ebuild
67 index 29f65efb9cb..61702bf269c 100644
68 --- a/sys-process/htop/htop-3.0.5.ebuild
69 +++ b/sys-process/htop/htop-3.0.5-r1.ebuild
70 @@ -17,7 +17,7 @@ SLOT="0"
71 IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver"
72
73 BDEPEND="virtual/pkgconfig"
74 -RDEPEND="sys-libs/ncurses:0=[unicode?]
75 +RDEPEND="sys-libs/ncurses:=[unicode(+)?]
76 hwloc? ( sys-apps/hwloc )
77 lm-sensors? ( sys-apps/lm-sensors )"
78 DEPEND="${RDEPEND}