summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-03-10 09:43:34 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-03-10 09:43:34 +0200
commit2615b92a2608f9ee7402423a687e4448071ed90b (patch)
tree1010b515c9ae375e405b7739a334514580eba384 /sys-process/htop
parentsys-process/htop: Stabilize 3.2.2 ppc64, #900641 (diff)
downloadgentoo-2615b92a2608f9ee7402423a687e4448071ed90b.tar.gz
gentoo-2615b92a2608f9ee7402423a687e4448071ed90b.tar.bz2
gentoo-2615b92a2608f9ee7402423a687e4448071ed90b.zip
sys-process/htop: Stabilize 3.2.2 ppc, #900641
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process/htop')
-rw-r--r--sys-process/htop/htop-3.2.2.ebuild2
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 f5a38ce5d00e..d959ca7cd5c5 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/_}"