diff options
Diffstat (limited to 'dev-haskell/hxt/hxt-4.02-r1.ebuild')
-rw-r--r-- | dev-haskell/hxt/hxt-4.02-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-haskell/hxt/hxt-4.02-r1.ebuild b/dev-haskell/hxt/hxt-4.02-r1.ebuild index 1254065890cf..5bb45696d291 100644 --- a/dev-haskell/hxt/hxt-4.02-r1.ebuild +++ b/dev-haskell/hxt/hxt-4.02-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-4.02-r1.ebuild,v 1.1 2005/04/26 10:59:54 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-4.02-r1.ebuild,v 1.2 2007/10/31 13:07:44 dcoutts Exp $ inherit fixheadtails base eutils ghc-package @@ -16,10 +16,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=virtual/ghc-6.2 - !>=virtual/ghc-6.4 +DEPEND=">=dev-lang/ghc-6.2 + !>=dev-lang/ghc-6.4 doc? ( >=dev-haskell/haddock-0.6-r2 )" -RDEPEND=">=virtual/ghc-6.2" +RDEPEND=">=dev-lang/ghc-6.2" S=${WORKDIR}/${MY_PV} |