diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2007-10-28 12:48:19 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2007-10-28 12:48:19 +0000 |
commit | cd55113dfb1eff46795ec34488dd427a6555289f (patch) | |
tree | 393bdf454907d8f6693d90cd7a9786525e273753 /dev-haskell/filepath | |
parent | Include virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff) | |
download | gentoo-2-cd55113dfb1eff46795ec34488dd427a6555289f.tar.gz gentoo-2-cd55113dfb1eff46795ec34488dd427a6555289f.tar.bz2 gentoo-2-cd55113dfb1eff46795ec34488dd427a6555289f.zip |
Stricten dep of filepath-1.0 from virtual/ to dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index dbac012de647..6aa96e138d80 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/filepath # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.6 2007/10/23 16:15:32 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.7 2007/10/28 12:48:19 kolmodin Exp $ + + 28 Oct 2007; Lennart Kolmodin <kolmodin@gentoo.org> filepath-1.0.ebuild: + Stricten dependency of virtual/ghc into dev-lang/ghc as otherwise ghc-bin + was pulled in for users trying to 'emerge ghc' which then caused ghc + conflict. 23 Oct 2007; Christian Faulhammer <opfer@gentoo.org> filepath-1.0.ebuild: stable x86, bug 196616 diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 514d11b2b6c6..3d6d57c32358 100644 --- a/dev-haskell/filepath/filepath-1.0.ebuild +++ b/dev-haskell/filepath/filepath-1.0.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/filepath/filepath-1.0.ebuild,v 1.6 2007/10/23 16:15:32 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.7 2007/10/28 12:48:19 kolmodin Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -15,6 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~sparc x86" IUSE="" -DEPEND=">=virtual/ghc-6.4" +DEPEND=">=dev-lang/ghc-6.4" CABAL_CORE_LIB_GHC_PV="6.6.1" |