diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-10 12:06:59 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-10 12:06:59 +0000 |
commit | a9096810ad468e5234ef122769228c241e84ca98 (patch) | |
tree | 68cdfc97c78b1e9d80210216c0ab760eec708b9b /dev-lang | |
parent | Marked ~alpha. (diff) | |
download | gentoo-2-a9096810ad468e5234ef122769228c241e84ca98.tar.gz gentoo-2-a9096810ad468e5234ef122769228c241e84ca98.tar.bz2 gentoo-2-a9096810ad468e5234ef122769228c241e84ca98.zip |
Marked ~alpha with permission of ferdy.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r1.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index db8377de6cb3..a0f4db8c62b6 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.74 2005/11/16 09:24:44 kosmikus Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.75 2006/02/10 12:06:58 dcoutts Exp $ + + 10 Feb 2006; <duncan@gentoo.org> ghc-6.4.1-r1.ebuild: + Marked ~alpha with permission of ferdy. 16 Nov 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.1-r1.ebuild: Reduced the amount of output during the build slightly to work around bug diff --git a/dev-lang/ghc/ghc-6.4.1-r1.ebuild b/dev-lang/ghc/ghc-6.4.1-r1.ebuild index c9204af764f9..44ddb285d263 100644 --- a/dev-lang/ghc/ghc-6.4.1-r1.ebuild +++ b/dev-lang/ghc/ghc-6.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r1.ebuild,v 1.2 2005/11/16 09:24:44 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r1.ebuild,v 1.3 2006/02/10 12:06:59 dcoutts Exp $ # Brief explanation of the bootstrap logic: # @@ -34,7 +34,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2" LICENSE="as-is" SLOT="0" # re-add ~ppc64 once dependencies are fulfilled -KEYWORDS="-alpha ~amd64 ~x86 ~sparc ~ppc" +KEYWORDS="~alpha ~amd64 ~x86 ~sparc ~ppc" S="${WORKDIR}/${MY_P}" @@ -156,8 +156,9 @@ src_compile() { echo "ArSupportsInput:=" >> mk/build.mk # Required for some architectures, because they don't support ghc fully ... - use ppc || use ppc64 || use sparc && echo "SplitObjs=NO" >> mk/build.mk - use ppc64 && echo "GhcWithInterpreter=NO" >> mk/build.mk + use alpha || use ppc || use ppc64 || use sparc && echo "SplitObjs=NO" >> mk/build.mk + use alpha || use ppc64 && echo "GhcWithInterpreter=NO" >> mk/build.mk + use alpha && echo "GhcUnregisterised=YES" >> mk/build.mk econf ${myconf} || die "econf failed" |