summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/ghc/ChangeLog7
-rw-r--r--dev-lang/ghc/ghc-6.6.1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index bba3e4b9d6c8..ef5af85ee351 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/ghc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.177 2010/06/16 19:18:04 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.178 2010/06/17 20:16:17 kolmodin Exp $
+
+ 17 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> ghc-6.6.1.ebuild:
+ Remove the post dependency on dev-haskell/filepath, as this package is
+ actually already part of ghc since version 6.6.1.
+ See bug #324411.
*ghc-6.12.3 (16 Jun 2010)
diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild
index afe38aa6a80c..36ce21da41fc 100644
--- a/dev-lang/ghc/ghc-6.6.1.ebuild
+++ b/dev-lang/ghc/ghc-6.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.6.1.ebuild,v 1.17 2008/03/01 11:43:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.18 2010/06/17 20:16:17 kolmodin Exp $
# Brief explanation of the bootstrap logic:
#
@@ -71,7 +71,6 @@ DEPEND="${RDEPEND}
# >=ghc-5.04.3 on their $PATH already
PDEPEND=">=dev-haskell/cabal-1.1.6.2
- >=dev-haskell/filepath-1.0
>=dev-haskell/regex-base-0.72
>=dev-haskell/regex-posix-0.71
>=dev-haskell/regex-compat-0.71"