diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-04-27 14:47:23 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-04-27 14:48:37 +0800 |
commit | c0ce8d67a178cc0c3288f6e15efc591b37436464 (patch) | |
tree | 8bc6c54476ac7f6a53dc0b9675df2521439a8b3a /app-misc/tmux-mem-cpu-load | |
parent | dev-python/pyspnego: Remove old (diff) | |
download | gentoo-c0ce8d67a178cc0c3288f6e15efc591b37436464.tar.gz gentoo-c0ce8d67a178cc0c3288f6e15efc591b37436464.tar.bz2 gentoo-c0ce8d67a178cc0c3288f6e15efc591b37436464.zip |
app-misc/tmux-mem-cpu-load: keyword 3.5.1 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-misc/tmux-mem-cpu-load')
-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 6c44434f54fb..1d2b0b9c12d5 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 x86" + KEYWORDS="amd64 ~arm64 ~riscv x86" fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" |