diff options
author | Sam James <sam@gentoo.org> | 2024-02-18 13:30:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-18 13:30:28 +0000 |
commit | 7c0e625075ee412b0014331e029b210ebf64a5f3 (patch) | |
tree | d0d495126cdc2fdec9d6d9f167ff1346ca0554bc /sys-process | |
parent | dev-libs/libbsd: Stabilize 0.11.8 arm, #924908 (diff) | |
download | gentoo-7c0e625075ee412b0014331e029b210ebf64a5f3.tar.gz gentoo-7c0e625075ee412b0014331e029b210ebf64a5f3.tar.bz2 gentoo-7c0e625075ee412b0014331e029b210ebf64a5f3.zip |
sys-process/htop: Stabilize 3.3.0 arm, #924912
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.3.0.ebuild b/sys-process/htop/htop-3.3.0.ebuild index 511fff1b3fac..832d10665f78 100644 --- a/sys-process/htop/htop-3.3.0.ebuild +++ b/sys-process/htop/htop-3.3.0.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/_}" |