diff options
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 ]] && \ |