diff options
author | 2011-07-13 19:45:41 +0000 | |
---|---|---|
committer | 2011-07-13 19:45:41 +0000 | |
commit | 772fc7791f2c5ed82247ca604131088636f7b291 (patch) | |
tree | 355facbb40c896593278d4fecc99ace8c5b988bb /app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild | |
parent | x86 stable, bug #371857 (diff) | |
download | historical-772fc7791f2c5ed82247ca604131088636f7b291.tar.gz historical-772fc7791f2c5ed82247ca604131088636f7b291.tar.bz2 historical-772fc7791f2c5ed82247ca604131088636f7b291.zip |
x86 stable, bug #371465
Package-Manager: portage-2.1.10.4/cvs/Linux x86_64
Diffstat (limited to 'app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild')
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild index 35bd1f3f7ca0..f41de2bc4b37 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild,v 1.2 2011/07/02 15:22:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild,v 1.3 2011/07/13 19:45:41 maekke Exp $ EAPI="3" @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" SRC_URI="" else - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SRC_URI="http://www.github.com/thewtex/${PN}/tarball/v${PV} -> ${P}.tar.gz" fi |