summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-02-18 21:56:57 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-02-18 21:57:30 +0200
commitbc3cfe10007032a057eb413740fbdc97528f24fb (patch)
treeead47082f000c2ba8f7f8d49669319b53434f4e3 /sys-process
parentsys-process/htop: Stabilize 3.3.0 amd64, #924912 (diff)
downloadgentoo-bc3cfe10007032a057eb413740fbdc97528f24fb.tar.gz
gentoo-bc3cfe10007032a057eb413740fbdc97528f24fb.tar.bz2
gentoo-bc3cfe10007032a057eb413740fbdc97528f24fb.zip
sys-process/htop: Stabilize 3.3.0 sparc, #924912
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-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 3d4b02d19f67..91676c38c7c9 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/_}"