diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-10-20 23:15:01 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-10-20 23:15:01 +0000 |
commit | b37e2a450d9d258c6f0e36d835c7771f3b2f14f7 (patch) | |
tree | 728b4b82a7aacfe2138e9567a0f8576527082737 /dev-haskell | |
parent | New ebuild, haskell dynamic loading library (Manifest recommit) (diff) | |
download | gentoo-2-b37e2a450d9d258c6f0e36d835c7771f3b2f14f7.tar.gz gentoo-2-b37e2a450d9d258c6f0e36d835c7771f3b2f14f7.tar.bz2 gentoo-2-b37e2a450d9d258c6f0e36d835c7771f3b2f14f7.zip |
DEPEND fix
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hs-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hs-plugins/ChangeLog b/dev-haskell/hs-plugins/ChangeLog index e9c02a5940d1..3dd0e7e611ad 100644 --- a/dev-haskell/hs-plugins/ChangeLog +++ b/dev-haskell/hs-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hs-plugins # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/ChangeLog,v 1.1 2004/10/20 23:00:52 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/ChangeLog,v 1.2 2004/10/20 23:15:01 kosmikus Exp $ + + 21 Oct 2004; Andres Loeh <kosmikus@gentoo.org> hs-plugins-0.9.6.ebuild: + Fixed dependency on ghc. *hs-plugins-0.9.6 (21 Oct 2004) diff --git a/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild b/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild index 6e6a8e6b24f8..ccc587762874 100644 --- a/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild +++ b/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild,v 1.1 2004/10/20 23:00:52 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild,v 1.2 2004/10/20 23:15:01 kosmikus Exp $ inherit base @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" LICENSE="as-is" -DEPEND=">=virtual/ghc-5.04" +DEPEND=">=virtual/ghc-6.2" RDEPEND="" |