diff options
author | 2012-04-13 19:01:18 +0000 | |
---|---|---|
committer | 2012-04-13 19:01:18 +0000 | |
commit | 58b427cec9d665e7ec1c02f54a25a26a1fb22335 (patch) | |
tree | 5bcc8ff15d9c0bc54f78688e03c65fe3293d3503 /dev-lang/ghc/ghc-6.12.3.ebuild | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-58b427cec9d665e7ec1c02f54a25a26a1fb22335.tar.gz gentoo-2-58b427cec9d665e7ec1c02f54a25a26a1fb22335.tar.bz2 gentoo-2-58b427cec9d665e7ec1c02f54a25a26a1fb22335.zip |
Disable parallel make due to build system failures: bug #409631 by Anton Kochkov, bug #409873 by Todd Goodman.
(Portage version: 2.2.0_alpha96_p5/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-6.12.3.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.12.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-6.12.3.ebuild b/dev-lang/ghc/ghc-6.12.3.ebuild index ffaed03744c5..c959d816d6fd 100644 --- a/dev-lang/ghc/ghc-6.12.3.ebuild +++ b/dev-lang/ghc/ghc-6.12.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.22 2011/07/05 18:30:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.23 2012/04/13 19:01:18 slyfox Exp $ # Brief explanation of the bootstrap logic: # @@ -313,7 +313,7 @@ src_compile() { # LC_ALL needs to workaround ghc's ParseCmm failure on some (es) locales # bug #202212 / http://hackage.haskell.org/trac/ghc/ticket/4207 - LC_ALL=C emake all || die "make failed" + LC_ALL=C emake -j1 all || die "make failed" fi # ! use binary } |