diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:05:52 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:05:52 +0000 |
commit | 07197d2a607806801262579a9c10190e5112bcfb (patch) | |
tree | 79836af6d0d6ed2e742a91e8ed81391ed55abb83 /dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-07197d2a607806801262579a9c10190e5112bcfb.tar.gz gentoo-2-07197d2a607806801262579a9c10190e5112bcfb.tar.bz2 gentoo-2-07197d2a607806801262579a9c10190e5112bcfb.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild')
-rw-r--r-- | dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild index 5b624c5f0a97..587b636cf19a 100644 --- a/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild +++ b/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/hsshellscript/hsshellscript-2.6.3.ebuild,v 1.1 2006/08/15 00:28:58 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild,v 1.2 2007/10/31 13:05:52 dcoutts Exp $ inherit base eutils multilib ghc-package @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~ppc ~x86 ~amd64" IUSE="" -DEPEND=">=virtual/ghc-6.4 +DEPEND=">=dev-lang/ghc-6.4 >=dev-libs/glib-2.0 >=dev-haskell/haddock-0.6" RDEPEND="" |