diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-12 12:51:07 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-12 12:51:07 +0100 |
commit | 136d086f0702c943af161b678597d916989a4e70 (patch) | |
tree | adf48b410f5360a60901c02217871b4a2efb9253 /app-misc | |
parent | sys-process/memwatch: Stabilize 0.3.3-r1 amd64, #834259 (diff) | |
download | gentoo-136d086f0702c943af161b678597d916989a4e70.tar.gz gentoo-136d086f0702c943af161b678597d916989a4e70.tar.bz2 gentoo-136d086f0702c943af161b678597d916989a4e70.zip |
app-misc/tmux-mem-cpu-load: Stabilize 3.5.1 amd64, #834313
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 e8fe363b9562..d9491288740f 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 ~x86" fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" |