summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-02-18 20:01:16 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2024-02-18 20:01:16 +0000
commit85319da9355f5e00540a093ad99b8f37bc6c14c8 (patch)
tree00cbd7ab8cba66e6c535a38cbbc1048e48ee0680
parentnet-misc/curl: Stabilize 8.5.0-r3 ppc64, #924915 (diff)
downloadgentoo-85319da9355f5e00540a093ad99b8f37bc6c14c8.tar.gz
gentoo-85319da9355f5e00540a093ad99b8f37bc6c14c8.tar.bz2
gentoo-85319da9355f5e00540a093ad99b8f37bc6c14c8.zip
sys-process/htop: Stabilize 3.3.0 ppc64, #924912
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--sys-process/htop/htop-3.3.0.ebuild2
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 43155663cb31..e0cea73ebb4c 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/_}"