summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/ghc/ghc-6.6.1.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.6.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild
index 45a480e371d7..d69acab2234f 100644
--- a/dev-lang/ghc/ghc-6.6.1.ebuild
+++ b/dev-lang/ghc/ghc-6.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.3 2007/07/10 17:16:49 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.4 2007/07/11 09:01:23 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -42,6 +42,7 @@ EXTRA_SRC_URI="${MY_PV}"
SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 )
amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
+ ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
# ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )
# alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
@@ -50,7 +51,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
#KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="binary doc ghcbootstrap"