Сравнение htop-3.5.1 с htop-3.5.3
| /usr/portage/sys-process/htop/htop-3.5.3.ebuild 2026-09-07 20:03:07.409238456 +0300 | ||
|---|---|---|
| 21 | 21 | |
| 22 | 22 |
LICENSE="GPL-2+" |
| 23 | 23 |
SLOT="0" |
| 24 |
IUSE="bfd caps debug delayacct hwloc lm-sensors llvm-libunwind openvz unicode unwind vserver" |
|
| 24 |
IUSE="bfd caps debug delayacct hwloc lm-sensors llvm-libunwind unicode unwind" |
|
| 25 | 25 | |
| 26 | 26 |
RDEPEND=" |
| 27 | 27 |
sys-libs/ncurses:=[unicode(+)?] |
| ... | ... | |
| 69 | 69 |
$(use_enable debug) |
| 70 | 70 |
$(use_enable hwloc) |
| 71 | 71 |
$(use_enable !hwloc affinity) |
| 72 |
$(use_enable openvz) |
|
| 73 | 72 |
$(use_enable unicode) |
| 74 | 73 |
$(use_enable unwind backtrace) |
| 75 | 74 |
$(use_with unwind libunwind) |
| 76 |
$(use_enable vserver) |
|
| 77 | 75 |
) |
| 78 | 76 | |
| 79 | 77 |
if use kernel_linux ; then |