diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:47:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:47:25 +0000 |
commit | 54781419f4bd23058151f2de64f08e0f47b15b74 (patch) | |
tree | 00270b7aaad12b28b29d90f7a58942860d6c34fe /sys-apps/coreutils | |
parent | whitespace (diff) | |
download | gentoo-2-54781419f4bd23058151f2de64f08e0f47b15b74.tar.gz gentoo-2-54781419f4bd23058151f2de64f08e0f47b15b74.tar.bz2 gentoo-2-54781419f4bd23058151f2de64f08e0f47b15b74.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.94-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/coreutils/coreutils-5.94-r1.ebuild b/sys-apps/coreutils/coreutils-5.94-r1.ebuild index 84907750fc0f..08059fc23f19 100644 --- a/sys-apps/coreutils/coreutils-5.94-r1.ebuild +++ b/sys-apps/coreutils/coreutils-5.94-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94-r1.ebuild,v 1.13 2006/09/19 04:48:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94-r1.ebuild,v 1.14 2007/06/26 02:47:25 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -64,9 +64,9 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch "${PATCHDIR}"/generic chmod a+rx tests/sort/sort-mb-tests - # Since we've patched many .c files, the make process will - # try to re-build the manpages by running `./bin --help`. - # When cross-compiling, we can't do that since 'bin' isn't + # Since we've patched many .c files, the make process will + # try to re-build the manpages by running `./bin --help`. + # When cross-compiling, we can't do that since 'bin' isn't # a native binary, so let's just install outdated man-pages. tc-is-cross-compiler && touch man/*.1 # There's no reason for this crap to use the private version |