diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-23 11:25:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-23 11:25:50 +0100 |
commit | 0ead3c4181e9b8d7e686540680de71872bf249e9 (patch) | |
tree | dedcaa392a8275fb315bb1c92f6d47c011f1035c /sys-process/btop | |
parent | xfce-base/xfconf: Fix variable order (diff) | |
download | gentoo-0ead3c4181e9b8d7e686540680de71872bf249e9.tar.gz gentoo-0ead3c4181e9b8d7e686540680de71872bf249e9.tar.bz2 gentoo-0ead3c4181e9b8d7e686540680de71872bf249e9.zip |
sys-process/btop: Stabilize 1.3.2 ppc64, #927475
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/btop')
-rw-r--r-- | sys-process/btop/btop-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/btop/btop-1.3.2.ebuild b/sys-process/btop/btop-1.3.2.ebuild index 680f75abe713..6ed519c5ac28 100644 --- a/sys-process/btop/btop-1.3.2.ebuild +++ b/sys-process/btop/btop-1.3.2.ebuild @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~x86" pkg_setup() { if [[ "${MERGE_TYPE}" != "binary" ]]; then |