diff options
author | 2005-08-18 02:18:03 +0000 | |
---|---|---|
committer | 2005-08-18 02:18:03 +0000 | |
commit | 8008a02ec89a5c149a7e2cc4d6a94d6b1009ddcf (patch) | |
tree | 13a12cf813989fb732b64878288603f8d89eb419 | |
parent | Merge support for using coreutils on non-GNU systems by Diego Pettenò #101218. (diff) | |
download | gentoo-2-8008a02ec89a5c149a7e2cc4d6a94d6b1009ddcf.tar.gz gentoo-2-8008a02ec89a5c149a7e2cc4d6a94d6b1009ddcf.tar.bz2 gentoo-2-8008a02ec89a5c149a7e2cc4d6a94d6b1009ddcf.zip |
remove whitespace
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild index 7dc0525b4ac2..ff6cafbaddcb 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.15 2005/08/18 02:17:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.16 2005/08/18 02:18:03 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -94,7 +94,7 @@ src_compile() { [[ ${USERLAND} == "GNU" ]] \ && myconf="${myconf} --bindir=/bin" \ || myconf="${myconf} --program-prefix=g" - + econf \ --enable-largefile \ $(use_enable nls) \ |