sys-process/htop: Stabilize 3.4.1-r2 arm64, #964159

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-10-12 16:39:13 +01:00
parent 1568c02c2c
commit 0cda22f564
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit autotools git-r3
else
SRC_URI="https://github.com/htop-dev/htop/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
fi
S="${WORKDIR}/${P/_}"