summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-04-29 19:05:58 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-04-29 19:05:58 +0000
commit2c741c02dfc3780e67409db90011edfd6b83c6c1 (patch)
treecd8d8ac8a68dd5483813a90e8f6d3e00e47b9627 /dev-haskell
parentFix deps so it cannot be installed with ghc-6.6 (diff)
downloadgentoo-2-2c741c02dfc3780e67409db90011edfd6b83c6c1.tar.gz
gentoo-2-2c741c02dfc3780e67409db90011edfd6b83c6c1.tar.bz2
gentoo-2-2c741c02dfc3780e67409db90011edfd6b83c6c1.zip
Fix deps so it cannot be installed with ghc-6.6
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/mtl/ChangeLog5
-rw-r--r--dev-haskell/mtl/mtl-1.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog
index 1c4e64f9eec3..843d4c01aa8f 100644
--- a/dev-haskell/mtl/ChangeLog
+++ b/dev-haskell/mtl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/mtl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.13 2007/04/06 16:48:06 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.14 2007/04/29 19:05:58 dcoutts Exp $
+
+ 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> mtl-1.0.ebuild:
+ Fix deps so it cannot be installed with ghc-6.6
06 Apr 2007; Chris Parrott <cparrott@gentoo.org> mtl-1.0-r1.ebuild:
added ~ppc and ~sparc keywords
diff --git a/dev-haskell/mtl/mtl-1.0.ebuild b/dev-haskell/mtl/mtl-1.0.ebuild
index d7081ffcc29b..142f33de7f57 100644
--- a/dev-haskell/mtl/mtl-1.0.ebuild
+++ b/dev-haskell/mtl/mtl-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/mtl/mtl-1.0.ebuild,v 1.10 2007/04/02 20:28:49 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.11 2007/04/29 19:05:58 dcoutts Exp $
inherit ghc-package
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="=virtual/ghc-6.4*"
+DEPEND="=virtual/ghc-6.4*
+ !>=virtual/ghc-6.6"
pkg_setup () {
ghc-package_pkg_setup