diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-10 09:43:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-10 09:43:32 +0200 |
commit | 5f5272278f248e01a63c789955249a19f0ace847 (patch) | |
tree | 198b6bc59c498fd9c33bd1cb40bbba19a0612584 /sys-process | |
parent | sys-process/htop: Stabilize 3.2.2 sparc, #900641 (diff) | |
download | gentoo-5f5272278f248e01a63c789955249a19f0ace847.tar.gz gentoo-5f5272278f248e01a63c789955249a19f0ace847.tar.bz2 gentoo-5f5272278f248e01a63c789955249a19f0ace847.zip |
sys-process/htop: Stabilize 3.2.2 arm, #900641
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.2.2.ebuild b/sys-process/htop/htop-3.2.2.ebuild index 1f30297dd1f4..e0425927e0cd 100644 --- a/sys-process/htop/htop-3.2.2.ebuild +++ b/sys-process/htop/htop-3.2.2.ebuild @@ -16,7 +16,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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi S="${WORKDIR}/${P/_}" |