summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:50:15 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:50:15 +0000
commitc9541f9f918ac8f83d2f1a94c9207db379fb362f (patch)
treeab68ddae8f5f92028edc1395eb103c1ae63dbd56 /dev-haskell/mtl
parentRemove unnecessary blocker. Fix shell quoting. (diff)
downloadgentoo-2-c9541f9f918ac8f83d2f1a94c9207db379fb362f.tar.gz
gentoo-2-c9541f9f918ac8f83d2f1a94c9207db379fb362f.tar.bz2
gentoo-2-c9541f9f918ac8f83d2f1a94c9207db379fb362f.zip
Remove unnecessary blocker.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r--dev-haskell/mtl/ChangeLog5
-rw-r--r--dev-haskell/mtl/mtl-1.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog
index 6ee77fc958ff..e74744e2a7e2 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.22 2007/12/12 13:24:30 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.23 2007/12/13 00:50:15 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> mtl-1.0.ebuild:
+ Remove unnecessary blocker.
12 Dec 2007; Ferris McCormick <fmccor@gentoo.org> mtl-1.0.1.ebuild:
Sparc stable --- part of Bug #201984.
diff --git a/dev-haskell/mtl/mtl-1.0.ebuild b/dev-haskell/mtl/mtl-1.0.ebuild
index 8afea530b9e1..3182651fdd71 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.13 2007/10/31 12:46:36 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.14 2007/12/13 00:50:15 dcoutts Exp $
inherit ghc-package
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="=dev-lang/ghc-6.4*
- !>=dev-lang/ghc-6.6"
+DEPEND="=dev-lang/ghc-6.4*"
pkg_setup () {
ghc-package_pkg_setup