summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2018-06-07 12:10:06 +0200
committerAgostino Sarubbo <ago@gentoo.org>2018-06-07 12:10:06 +0200
commit88bbb6dddc42ebb6e1b8d7c3d1d36aa4ee47ff70 (patch)
treed3b82cefe565c8d2505ce1206f1f26d905cef1f3 /app-misc
parentdev-util/cmocka: amd64 stable wrt bug #657262 (diff)
downloadgentoo-88bbb6dddc42ebb6e1b8d7c3d1d36aa4ee47ff70.tar.gz
gentoo-88bbb6dddc42ebb6e1b8d7c3d1d36aa4ee47ff70.tar.bz2
gentoo-88bbb6dddc42ebb6e1b8d7c3d1d36aa4ee47ff70.zip
app-misc/tmux-mem-cpu-load: amd64 stable wrt bug #657266
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-misc')
-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 103c6e439673..d5401db7832d 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="x86"
+ KEYWORDS="amd64 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