diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-18 09:49:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-18 09:49:25 +0200 |
commit | 552f5f70e3ddb3947cafb2fb7a2e20b7a04391b6 (patch) | |
tree | 2fdf9889f564594d9cc2489116bfe7e3fda44c9e /sys-process | |
parent | dev-util/cmake: Stabilize 3.24.3 hppa, #881723 (diff) | |
download | gentoo-552f5f70e3ddb3947cafb2fb7a2e20b7a04391b6.tar.gz gentoo-552f5f70e3ddb3947cafb2fb7a2e20b7a04391b6.tar.bz2 gentoo-552f5f70e3ddb3947cafb2fb7a2e20b7a04391b6.zip |
sys-process/htop: Stabilize 3.2.1-r2 hppa, #868300
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-3.2.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.2.1-r2.ebuild b/sys-process/htop/htop-3.2.1-r2.ebuild index 882df6585471..db862d79f9a1 100644 --- a/sys-process/htop/htop-3.2.1-r2.ebuild +++ b/sys-process/htop/htop-3.2.1-r2.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/_}" |