From db6abfa777a4b1bbafc5f326c867e9a7cf4f4a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 25 Nov 2024 22:01:35 +0100 Subject: [PATCH] app-misc/tmux-mem-cpu-load: Stabilize 3.8.1 ppc64, #944653 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.8.1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.8.1.ebuild index e4d870da2a43f..3f5a5ca6a2afb 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.8.1.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.8.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ppc64 ~riscv x86" fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux"