From 7fe466f4f31b4ac4aa8b74b362f0e08bc78ba85b Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 7 Jun 2018 01:05:43 +0200 Subject: app-misc/tmux-mem-cpu-load: x86 stable (bug #657266) Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-misc/tmux-mem-cpu-load') diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild index d70c36f8ee97..103c6e439673 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild @@ -9,10 +9,10 @@ IUSE="" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"} - KEYWORDS="" + KEYWORDS="x86" 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 -- cgit v1.2.3-65-gdbad