summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 02:45:17 +0000
committerSam James <sam@gentoo.org>2022-07-20 02:45:17 +0000
commit574e75ec70d21c603bd193ab2cc3e714b73cf195 (patch)
tree2ff753979b9caf790e0611efeb23f48e42b1b4e0 /sys-process
parentsys-fs/fuse: Stabilize 3.11.0 ppc64, #859424 (diff)
downloadgentoo-574e75ec70d21c603bd193ab2cc3e714b73cf195.tar.gz
gentoo-574e75ec70d21c603bd193ab2cc3e714b73cf195.tar.bz2
gentoo-574e75ec70d21c603bd193ab2cc3e714b73cf195.zip
sys-process/htop: Stabilize 3.2.1-r1 amd64, #859421
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/htop/htop-3.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.2.1-r1.ebuild b/sys-process/htop/htop-3.2.1-r1.ebuild
index 5a3bed77a346..75c7bba8285b 100644
--- a/sys-process/htop/htop-3.2.1-r1.ebuild
+++ b/sys-process/htop/htop-3.2.1-r1.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/_}"