diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-11-24 15:03:04 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-11-24 15:03:04 +0000 |
commit | 2cd1f0dc219a9e13e780b58d4919a807276a2a65 (patch) | |
tree | 57415376e574d49b4bd3d01962b80c3664adcc8d /dev-lang | |
parent | Bump to -r5 with auto_decode_patch #66545 and updated header_cache patch. Rem... (diff) | |
download | gentoo-2-2cd1f0dc219a9e13e780b58d4919a807276a2a65.tar.gz gentoo-2-2cd1f0dc219a9e13e780b58d4919a807276a2a65.tar.bz2 gentoo-2-2cd1f0dc219a9e13e780b58d4919a807276a2a65.zip |
Added ~amd64 flag, cf. bug #58588.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 901402abbe55..3fff40d0753e 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.46 2004/11/22 15:24:17 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.47 2004/11/24 15:03:04 kosmikus Exp $ + + 24 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild: + Added ~amd64 flag, cf. bug #58588. 22 Nov 2004; Andres Loeh <kosmikus@gentoo.org> +files/ghc-updater, ghc-6.2.2.ebuild: diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index acb678e0b03f..c63fa1a8f8e0 100644 --- a/dev-lang/ghc/ghc-6.2.2.ebuild +++ b/dev-lang/ghc/ghc-6.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.6 2004/11/22 15:24:17 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.7 2004/11/24 15:03:04 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -25,7 +25,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc -alpha" +KEYWORDS="~x86 ~ppc -alpha ~amd64" PROVIDE="virtual/ghc" @@ -109,7 +109,7 @@ src_compile() { echo "ArSupportsInput:=" >> mk/build.mk # Required under ppc to work around some obscure linker problem. - if use ppc; + if use ppc || use amd64; then echo "SplitObjs=NO" >> mk/build.mk fi |