commit: edb9a9e1c40b4a4e644216cb9f6e56b40eaa41fb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 13:56:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 13:56:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb9a9e1
sys-process/htop: Stabilize 3.4.1-r2 arm, #964159
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/htop/htop-3.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/htop/htop-3.4.1-r2.ebuild
b/sys-process/htop/htop-3.4.1-r2.ebuild
index acf81c3e6f56..dd3444cfa562 100644
--- a/sys-process/htop/htop-3.4.1-r2.ebuild
+++ b/sys-process/htop/htop-3.4.1-r2.ebuild
@@ -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/_}"