summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2004-11-24 15:03:04 +0000
committerAndres Loeh <kosmikus@gentoo.org>2004-11-24 15:03:04 +0000
commit767ac6f2bb8d70d597d64d3d7d4ad38f9931be7b (patch)
treeee2d33ac56138c5f1670e4520591ccb670826d2d /dev-lang/ghc/ghc-6.2.2.ebuild
parentBump to -r5 with auto_decode_patch #66545 and updated header_cache patch. Rem... (diff)
downloadhistorical-767ac6f2bb8d70d597d64d3d7d4ad38f9931be7b.tar.gz
historical-767ac6f2bb8d70d597d64d3d7d4ad38f9931be7b.tar.bz2
historical-767ac6f2bb8d70d597d64d3d7d4ad38f9931be7b.zip
Added ~amd64 flag, cf. bug #58588.
Diffstat (limited to 'dev-lang/ghc/ghc-6.2.2.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
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