diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-01 20:27:50 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-01 20:27:50 +0000 |
commit | 94e90e2a5824fbec13713a88111be8703bbb2fcb (patch) | |
tree | 7b0f6357d7a9a35a683fa5b9b0db049d41bb800a /dev-lang/ghc/ghc-6.8.2-r1.ebuild | |
parent | Version bump, bug 324295. (diff) | |
download | gentoo-2-94e90e2a5824fbec13713a88111be8703bbb2fcb.tar.gz gentoo-2-94e90e2a5824fbec13713a88111be8703bbb2fcb.tar.bz2 gentoo-2-94e90e2a5824fbec13713a88111be8703bbb2fcb.zip |
Drop support for ghc and darcs.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-lang/ghc/ghc-6.8.2-r1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.8.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ghc/ghc-6.8.2-r1.ebuild b/dev-lang/ghc/ghc-6.8.2-r1.ebuild index 035bc11909a6..69fd56cbf92c 100644 --- a/dev-lang/ghc/ghc-6.8.2-r1.ebuild +++ b/dev-lang/ghc/ghc-6.8.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild,v 1.2 2009/09/10 09:01:21 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild,v 1.3 2010/07/01 20:27:50 jer Exp $ # Brief explanation of the bootstrap logic: # @@ -197,9 +197,9 @@ src_compile() { # portage logging) reported as bug #111183 echo "SRC_HC_OPTS+=-w" >> mk/build.mk - # GHC build system knows to build unregisterised on alpha and hppa, + # GHC build system knows to build unregisterised on alpha, # but we have to tell it to build unregisterised on some arches - if use alpha || use hppa || use ia64 || use ppc64 || use sparc; then + if use alpha || use ia64 || use ppc64 || use sparc; then echo "GhcUnregisterised=YES" >> mk/build.mk echo "GhcWithInterpreter=NO" >> mk/build.mk echo "GhcWithNativeCodeGen=NO" >> mk/build.mk |