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
commitf16ebd91429231cc255a7c2b09873867333f7b48 (patch)
treeace489b9b283a06ef82b7a656c7b5b104a52674c /dev-lang/ghc/ghc-6.6.1.ebuild
parentFixed s-s-d env var abuse (bug #175210, thanks to Roy Marples) (diff)
downloadgentoo-2-f16ebd91429231cc255a7c2b09873867333f7b48.tar.gz
gentoo-2-f16ebd91429231cc255a7c2b09873867333f7b48.tar.bz2
gentoo-2-f16ebd91429231cc255a7c2b09873867333f7b48.zip
Add ia64 binary for ghc-6.6.1. Added ~ia64 to keywords.
(Portage version: 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"