diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-02 18:27:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-02 18:27:46 +0200 |
commit | 05527df582261e136b505704ad5bd4f4c04cf201 (patch) | |
tree | da89bdb0b3bfc4040be7312e4dd02da970632054 /sys-process | |
parent | app-crypt/gnupg: Stabilize 2.4.4-r1 sparc, #835949 (diff) | |
download | gentoo-05527df582261e136b505704ad5bd4f4c04cf201.tar.gz gentoo-05527df582261e136b505704ad5bd4f4c04cf201.tar.bz2 gentoo-05527df582261e136b505704ad5bd4f4c04cf201.zip |
sys-process/htop: Stabilize 3.3.0 ppc, #924912
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-3.3.0.ebuild | 2 |
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 e0cea73ebb4c..b4d17a057c3f 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/_}" |