summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-11 09:01:23 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-11 09:01:23 +0000
commit2fff8d762b900a024663befed8c8a7f3dca202ff (patch)
tree81fdf0a5338810d088433345040693a689f5ae9a /dev-lang/ghc/ghc-6.6.1.ebuild
parentFixed s-s-d env var abuse (bug #175210, thanks to Roy Marples) (diff)
downloadhistorical-2fff8d762b900a024663befed8c8a7f3dca202ff.tar.gz
historical-2fff8d762b900a024663befed8c8a7f3dca202ff.tar.bz2
historical-2fff8d762b900a024663befed8c8a7f3dca202ff.zip
Add ia64 binary for ghc-6.6.1. Added ~ia64 to keywords.
Package-Manager: portage-2.1.2.9
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"