diff options
Diffstat (limited to 'dev-lang/ghc/ghc-6.12.1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.12.1.ebuild b/dev-lang/ghc/ghc-6.12.1.ebuild index 8810ac2948d4..22eb24cd5a77 100644 --- a/dev-lang/ghc/ghc-6.12.1.ebuild +++ b/dev-lang/ghc/ghc-6.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild,v 1.2 2010/05/31 18:18:44 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild,v 1.3 2010/06/16 19:18:04 kolmodin Exp $ # Brief explanation of the bootstrap logic: # @@ -76,7 +76,7 @@ DEPEND="${RDEPEND} # In the ghcbootstrap case we rely on the developer having # >=ghc-5.04.3 on their $PATH already -PDEPEND="!ghcbootstrap? ( =app-admin/haskell-updater-1.0* )" +PDEPEND="!ghcbootstrap? ( =app-admin/haskell-updater-1* )" # use undocumented feature STRIP_MASK to fix this issue: # http://hackage.haskell.org/trac/ghc/ticket/3580 |