diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-19 16:37:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-19 16:37:29 +0000 |
commit | d055c9a2a43d5c3c2eeced99e2ee3816c9668f9d (patch) | |
tree | 5e8d00777d71b18e2e488ef4ad1f5f03846db4d6 /dev-lang | |
parent | amd64/x86 stable, bug #266695 (diff) | |
download | gentoo-2-d055c9a2a43d5c3c2eeced99e2ee3816c9668f9d.tar.gz gentoo-2-d055c9a2a43d5c3c2eeced99e2ee3816c9668f9d.tar.bz2 gentoo-2-d055c9a2a43d5c3c2eeced99e2ee3816c9668f9d.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ghc-6.10.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-6.10.2.ebuild b/dev-lang/ghc/ghc-6.10.2.ebuild index c57b08fadab4..902ee6169701 100644 --- a/dev-lang/ghc/ghc-6.10.2.ebuild +++ b/dev-lang/ghc/ghc-6.10.2.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/dev-lang/ghc/ghc-6.10.2.ebuild,v 1.2 2009/04/19 15:11:46 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild,v 1.3 2009/04/19 16:37:29 mr_bones_ Exp $ # Brief explanation of the bootstrap logic: # @@ -163,8 +163,6 @@ src_unpack() { # use sys-libs/readline instead of dev-libs/editline epatch "${FILESDIR}/${P}-readline.patch" - - if ! use ghcbootstrap; then # Relocate from /usr to ${WORKDIR}/usr sed -i -e "s|/usr|${WORKDIR}/usr|g" \ |