From a9096810ad468e5234ef122769228c241e84ca98 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Fri, 10 Feb 2006 12:06:59 +0000 Subject: Marked ~alpha with permission of ferdy. (Portage version: 2.0.54) --- dev-lang/ghc/ChangeLog | 7 +++++-- dev-lang/ghc/ghc-6.4.1-r1.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'dev-lang') 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; ghc-6.4.1-r1.ebuild: + Marked ~alpha with permission of ferdy. 16 Nov 2005; Andres Loeh 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" -- cgit v1.2.3-65-gdbad