summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-06-07 01:05:43 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-06-07 01:22:32 +0200
commit7fe466f4f31b4ac4aa8b74b362f0e08bc78ba85b (patch)
tree13b047b8a447d9bf70d74521461029f920392638 /app-misc/tmux-mem-cpu-load
parentkde-misc/skanlite: x86 stable (bug #657010) (diff)
downloadgentoo-7fe466f4f31b4ac4aa8b74b362f0e08bc78ba85b.tar.gz
gentoo-7fe466f4f31b4ac4aa8b74b362f0e08bc78ba85b.tar.bz2
gentoo-7fe466f4f31b4ac4aa8b74b362f0e08bc78ba85b.zip
app-misc/tmux-mem-cpu-load: x86 stable (bug #657266)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/tmux-mem-cpu-load')
-rw-r--r--app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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