diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 3fff40d0753e..ff57e2bb689e 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.47 2004/11/24 15:03:04 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.48 2004/11/25 08:53:34 kosmikus Exp $ + + 25 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild: + The amd64 build is unregistered (bug #58588). 24 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild: Added ~amd64 flag, cf. bug #58588. diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest index 1478b4c9bc2d..8e14835218ee 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -1,8 +1,8 @@ MD5 fea7650a5492528d515692c8a26f1ab8 ghc-6.2.1-r1.ebuild 5790 MD5 cdc2c51fea57a0f87af76599f73c64f8 ghc-6.2.ebuild 5000 MD5 1bab1224823b1bdf22fe21cbf40d8a56 ghc-6.0.1.ebuild 4709 -MD5 a411a2a85770a9b2a80665b63bfe0f62 ghc-6.2.2.ebuild 5016 -MD5 aa3564d14f220a7ce777ec53c1c2a0bb ChangeLog 9283 +MD5 e7dcf23b7b3a513449fe256aa6e8cd9e ghc-6.2.2.ebuild 5072 +MD5 f40149b134163b7b8baf0ce3dfbc10a5 ChangeLog 9399 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 MD5 700ce4a5a2ed7953404345f57ac8bbc7 ghc-6.2-r1.ebuild 5182 MD5 ee4e4b2265839fca7a4c06d565a51334 files/ghc-updater 8068 diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index c63fa1a8f8e0..5bfed9654b98 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.7 2004/11/24 15:03:04 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.8 2004/11/25 08:53:34 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -108,11 +108,9 @@ src_compile() { # incorrectly by the configure script echo "ArSupportsInput:=" >> mk/build.mk - # Required under ppc to work around some obscure linker problem. - if use ppc || use amd64; - then - echo "SplitObjs=NO" >> mk/build.mk - fi + # Required for some architectures, because they don't support ghc fully ... + use ppc || use amd64 && echo "SplitObjs=NO" >> mk/build.mk + use amd64 && echo "GhcUnregisterised=YES" >> mk/build.mk # unset SGML_CATALOG_FILES because documentation installation # breaks otherwise ... |