diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-31 06:43:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-31 06:43:23 +0000 |
commit | d72829cbe99a3907ea27c4dd3b829b83e89a8aca (patch) | |
tree | 2e63490ecb5bb9e9de80212f514748395ba15a95 /sys-process/htop | |
parent | whitespace (diff) | |
download | gentoo-2-d72829cbe99a3907ea27c4dd3b829b83e89a8aca.tar.gz gentoo-2-d72829cbe99a3907ea27c4dd3b829b83e89a8aca.tar.bz2 gentoo-2-d72829cbe99a3907ea27c4dd3b829b83e89a8aca.zip |
whitespace
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/htop-0.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/htop/htop-0.9-r2.ebuild b/sys-process/htop/htop-0.9-r2.ebuild index 6d6f3c408fac..e247271f2b09 100644 --- a/sys-process/htop/htop-0.9-r2.ebuild +++ b/sys-process/htop/htop-0.9-r2.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/sys-process/htop/htop-0.9-r2.ebuild,v 1.1 2011/08/26 21:37:18 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9-r2.ebuild,v 1.2 2011/08/31 06:43:23 mr_bones_ Exp $ EAPI=4 inherit autotools eutils flag-o-matic multilib @@ -43,7 +43,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-uclibc.patch #374595 # patch accepted by upstream (bug 3383385), remove on >=0.9.1 - epatch "${FILESDIR}"/${P}-small-width.patch + epatch "${FILESDIR}"/${P}-small-width.patch eautoreconf } |