diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:42 +0200 |
commit | 34786de22b82d4bbbb7367891a4e08522fa84a01 (patch) | |
tree | 7c9da57a392953a2a63f3daaa84f66c14b782e29 /sys-process/htop | |
parent | sys-power/powertop: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-34786de22b82d4bbbb7367891a4e08522fa84a01.tar.gz gentoo-34786de22b82d4bbbb7367891a4e08522fa84a01.tar.bz2 gentoo-34786de22b82d4bbbb7367891a4e08522fa84a01.zip |
sys-process/htop: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/htop-3.0.2-r1.ebuild (renamed from sys-process/htop/htop-3.0.2.ebuild) | 4 | ||||
-rw-r--r-- | sys-process/htop/htop-3.0.4-r2.ebuild (renamed from sys-process/htop/htop-3.0.4-r1.ebuild) | 4 | ||||
-rw-r--r-- | sys-process/htop/htop-3.0.5-r1.ebuild (renamed from sys-process/htop/htop-3.0.5.ebuild) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-process/htop/htop-3.0.2.ebuild b/sys-process/htop/htop-3.0.2-r1.ebuild index 0abdd1482917..183f2f04fbcf 100644 --- a/sys-process/htop/htop-3.0.2.ebuild +++ b/sys-process/htop/htop-3.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SLOT="0" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" BDEPEND="virtual/pkgconfig" -RDEPEND="sys-libs/ncurses:0=[unicode?]" +RDEPEND="sys-libs/ncurses:=[unicode(+)?]" DEPEND="${RDEPEND} ${PYTHON_DEPS}" diff --git a/sys-process/htop/htop-3.0.4-r1.ebuild b/sys-process/htop/htop-3.0.4-r2.ebuild index 6c51dac36511..8ce3e79b56e9 100644 --- a/sys-process/htop/htop-3.0.4-r1.ebuild +++ b/sys-process/htop/htop-3.0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SLOT="0" IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver" BDEPEND="virtual/pkgconfig" -RDEPEND="sys-libs/ncurses:0=[unicode?] +RDEPEND="sys-libs/ncurses:=[unicode(+)?] hwloc? ( sys-apps/hwloc ) lm-sensors? ( sys-apps/lm-sensors )" DEPEND="${RDEPEND} diff --git a/sys-process/htop/htop-3.0.5.ebuild b/sys-process/htop/htop-3.0.5-r1.ebuild index 29f65efb9cbc..61702bf269c8 100644 --- a/sys-process/htop/htop-3.0.5.ebuild +++ b/sys-process/htop/htop-3.0.5-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="debug hwloc kernel_FreeBSD kernel_linux lm-sensors openvz unicode vserver" BDEPEND="virtual/pkgconfig" -RDEPEND="sys-libs/ncurses:0=[unicode?] +RDEPEND="sys-libs/ncurses:=[unicode(+)?] hwloc? ( sys-apps/hwloc ) lm-sensors? ( sys-apps/lm-sensors )" DEPEND="${RDEPEND} |