commit: 3f1f425d500cbf3bd282885e94fe06cf0da69391
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 20:11:25 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 20:11:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1f425d
sys-process/htop: Stabilize 3.4.1-r2 amd64, #964159
Signed-off-by: Arthur Zamarin <arthurzam <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 6a84d1c5e39c..64274d5f1838 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/_}"