diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-08-29 14:32:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-08-29 14:32:03 +0000 |
commit | f9db46b52b326f8c0b859d316794b76bc7a0a41d (patch) | |
tree | c7f49fa4fe16faecfac9d0c6594e0c44870f13fc /dev-lang/ghc/ghc-6.6.1.ebuild | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-f9db46b52b326f8c0b859d316794b76bc7a0a41d.tar.gz gentoo-2-f9db46b52b326f8c0b859d316794b76bc7a0a41d.tar.bz2 gentoo-2-f9db46b52b326f8c0b859d316794b76bc7a0a41d.zip |
Marked ~hppa (bug #187147).
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-lang/ghc/ghc-6.6.1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.6.1.ebuild | 5 |
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 c8f880f99f73..e1de38608438 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.8 2007/08/17 16:16:55 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.9 2007/08/29 14:32:02 jer Exp $ # Brief explanation of the bootstrap logic: # @@ -42,12 +42,13 @@ 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 ) + hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 ) ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 ) x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~x86" #KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="binary doc ghcbootstrap" |