diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 00:52:24 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 00:52:24 +0000 |
commit | b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3 (patch) | |
tree | d8928086455409240d85d67f850ee7750c2297f4 /dev-haskell/hunit/hunit-1.1.ebuild | |
parent | Remove unnecessary blocker. (diff) | |
download | historical-b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3.tar.gz historical-b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3.tar.bz2 historical-b2f709e7ad4a5246b08cd00f51ae2f2eb3970ec3.zip |
Remove unnecessary blocker. Fix shell quoting.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/hunit/hunit-1.1.ebuild')
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index ec52fa97c1b7..ce69a2a441bd 100644 --- a/dev-haskell/hunit/hunit-1.1.ebuild +++ b/dev-haskell/hunit/hunit-1.1.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/hunit/hunit-1.1.ebuild,v 1.13 2007/10/31 13:07:14 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.14 2007/12/13 00:49:38 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 |