diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-20 15:41:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-20 15:41:19 +0200 |
commit | d54732188ef5dce5d2f5099a5230119708cd42ef (patch) | |
tree | ee6eda4b1b80f3372daa8729260737b272c1773e /sys-process/htop | |
parent | www-client/links: arm stable wrt bug #859349 (diff) | |
download | gentoo-d54732188ef5dce5d2f5099a5230119708cd42ef.tar.gz gentoo-d54732188ef5dce5d2f5099a5230119708cd42ef.tar.bz2 gentoo-d54732188ef5dce5d2f5099a5230119708cd42ef.zip |
sys-process/htop: arm stable wrt bug #859421
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/htop-3.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.2.1-r1.ebuild b/sys-process/htop/htop-3.2.1-r1.ebuild index 9596364da91e..0135dad42339 100644 --- a/sys-process/htop/htop-3.2.1-r1.ebuild +++ b/sys-process/htop/htop-3.2.1-r1.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 ~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/_}" |