diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-17 12:44:17 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-17 12:44:17 +0200 |
commit | 8dac2cfe1e68922abecee4a2252e0ec4918a4407 (patch) | |
tree | 0048e12de3aa59761a270cdc27c2a63e4c3666f7 /app-misc | |
parent | net-analyzer/testssl: Keyword 3.0.7 ppc64, #851723 (diff) | |
download | gentoo-8dac2cfe1e68922abecee4a2252e0ec4918a4407.tar.gz gentoo-8dac2cfe1e68922abecee4a2252e0ec4918a4407.tar.bz2 gentoo-8dac2cfe1e68922abecee4a2252e0ec4918a4407.zip |
app-misc/tmux-mem-cpu-load: Keyword 3.5.1 ppc64, #851780
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild index 1d2b0b9c12d5..84fdb2bbe8a2 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.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 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" |