summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-08 15:35:40 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-08 15:35:40 +0000
commitf95150f4ef41b83470276e3112a3284d6ef78924 (patch)
treea61bc9986289377ef104ade71c1b83e8af84ebe2 /dev-haskell/fgl
parentUse dev-lang/ghc rather than virtual/ghc. (diff)
downloadgentoo-2-f95150f4ef41b83470276e3112a3284d6ef78924.tar.gz
gentoo-2-f95150f4ef41b83470276e3112a3284d6ef78924.tar.bz2
gentoo-2-f95150f4ef41b83470276e3112a3284d6ef78924.zip
Use dev-lang/ghc rather than virtual/ghc.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-haskell/fgl')
-rw-r--r--dev-haskell/fgl/ChangeLog5
-rw-r--r--dev-haskell/fgl/fgl-5.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog
index 1b3f6d5380fc..e3f78052702c 100644
--- a/dev-haskell/fgl/ChangeLog
+++ b/dev-haskell/fgl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/fgl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.16 2007/04/30 20:21:34 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.17 2007/07/08 15:35:40 dcoutts Exp $
+
+ 08 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> fgl-5.3.ebuild:
+ Use dev-lang/ghc rather than virtual/ghc.
30 Apr 2007; Marius Mauch <genone@gentoo.org> fgl-5.2.ebuild:
Replacing einfo with elog
diff --git a/dev-haskell/fgl/fgl-5.3.ebuild b/dev-haskell/fgl/fgl-5.3.ebuild
index 3160f1f277cc..58c9c901a495 100644
--- a/dev-haskell/fgl/fgl-5.3.ebuild
+++ b/dev-haskell/fgl/fgl-5.3.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-haskell/fgl/fgl-5.3.ebuild,v 1.3 2007/04/06 16:55:19 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.3.ebuild,v 1.4 2007/07/08 15:35:40 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND=">=virtual/ghc-6.6
+DEPEND=">=dev-lang/ghc-6.6
dev-haskell/mtl"
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"