diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-12 23:01:39 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-12 23:01:39 +0000 |
commit | 60d787acab231d8826b09ac5ef09d1bb5d429445 (patch) | |
tree | 6eb5894af25d664260fc862fd916e14cc482138d /dev-haskell | |
parent | Fixed to build gtk components, bug 150905. (diff) | |
download | gentoo-2-60d787acab231d8826b09ac5ef09d1bb5d429445.tar.gz gentoo-2-60d787acab231d8826b09ac5ef09d1bb5d429445.tar.bz2 gentoo-2-60d787acab231d8826b09ac5ef09d1bb5d429445.zip |
Block version 3.10 on ghc-6.6 and tidy deps.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hmake/hmake-3.10.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog index 8a8d4ad582d9..02189b885995 100644 --- a/dev-haskell/hmake/ChangeLog +++ b/dev-haskell/hmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hmake # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.29 2006/10/11 18:18:00 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.30 2006/10/12 23:01:39 dcoutts Exp $ + + 12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild: + Block version 3.10 on ghc-6.6 and tidy deps. 11 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> +files/hmake-3.11-ghc66.patch, hmake-3.11.ebuild: diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild index c9f00ee49bb8..b9f28ef4ab03 100644 --- a/dev-haskell/hmake/hmake-3.10.ebuild +++ b/dev-haskell/hmake/hmake-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.7 2006/03/16 14:13:49 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.8 2006/10/12 23:01:39 dcoutts Exp $ inherit base eutils fixheadtails @@ -14,11 +14,11 @@ KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" DEPEND="virtual/ghc - sys-libs/readline" -RDEPEND="sys-libs/readline - virtual/libc - dev-libs/gmp - >=sys-apps/sandbox-1.2.12" + !>=virtual/ghc-6.6 + sys-libs/readline" +RDEPEND="virtual/ghc + sys-libs/readline + >=sys-apps/sandbox-1.2.12" # sandbox dependency due to bug #97441, #101433 |