Diff htop-3.5.1 with a htop-9999

/usr/portage/sys-process/htop/htop-9999.ebuild 2026-07-24 20:03:04.368458961 +0300
14 14
	inherit autotools git-r3
15 15
else
16 16
	SRC_URI="https://github.com/htop-dev/htop/releases/download/${PV}/${P}.tar.xz"
17
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
17
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
18 18
fi
19 19

  
20 20
S="${WORKDIR}/${P/_}"
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
Thank you!