diff options
Diffstat (limited to 'app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild')
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild index 54fa609b846..4859b34f0ff 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |