diff options
author | Jason Wever <weeve@gentoo.org> | 2005-02-19 18:52:45 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-02-19 18:52:45 +0000 |
commit | 9d7a6882497239b0fc65fb469e6641e7e724054d (patch) | |
tree | 9262793255e409c042a4f4eeeb61886def6ade09 /dev-lang/ghc/ghc-6.2.1-r1.ebuild | |
parent | package.mask gcc-apple for standard profiles (diff) | |
download | gentoo-2-9d7a6882497239b0fc65fb469e6641e7e724054d.tar.gz gentoo-2-9d7a6882497239b0fc65fb469e6641e7e724054d.tar.bz2 gentoo-2-9d7a6882497239b0fc65fb469e6641e7e724054d.zip |
Masked on SPARC as it doesn't build.
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-lang/ghc/ghc-6.2.1-r1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.2.1-r1.ebuild b/dev-lang/ghc/ghc-6.2.1-r1.ebuild index 4c1fbe750de3..d190298d9695 100644 --- a/dev-lang/ghc/ghc-6.2.1-r1.ebuild +++ b/dev-lang/ghc/ghc-6.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.1-r1.ebuild,v 1.6 2005/01/19 12:47:10 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.1-r1.ebuild,v 1.7 2005/02/19 18:52:45 weeve Exp $ #Some explanation of bootstrap logic: # @@ -34,7 +34,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 -sparc" PROVIDE="virtual/ghc" |