diff options
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} |