diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-25 17:38:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-25 17:38:57 +0000 |
commit | 5884d6ead65647be543042fa2e95e970271f21fc (patch) | |
tree | b1077ae610bb38337ddd821c26b77079ce5f2346 /sys-devel | |
parent | whitespace (diff) | |
download | gentoo-2-5884d6ead65647be543042fa2e95e970271f21fc.tar.gz gentoo-2-5884d6ead65647be543042fa2e95e970271f21fc.tar.bz2 gentoo-2-5884d6ead65647be543042fa2e95e970271f21fc.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild index 0cb47288c3af..208be62ed4a7 100644 --- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild +++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild,v 1.2 2009/09/25 15:26:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild,v 1.3 2009/09/25 17:38:57 mr_bones_ Exp $ ETYPE="gcc-compiler" @@ -110,7 +110,7 @@ src_unpack() { # copy lt-stuff that has been fixed for darwin10 in gcc but not # libstdcxx cp "${S}"/lt* . || die "failed to update libstdcxx' lt-files" - + # until this is tested not to break on earlier versions, apply it # conditionally [[ ${CHOST} == *-darwin10 ]] && \ |