diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2005-08-31 10:08:00 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2005-08-31 10:08:00 +0000 |
commit | c92969ca90c0bea48cdfbde63f8b9876f23bd030 (patch) | |
tree | 10fe5ccb6025f75c6a22fdef921289fab5378a5d /dev-haskell/gtk2hs | |
parent | Stable on amd64 and x86 (diff) | |
download | gentoo-2-c92969ca90c0bea48cdfbde63f8b9876f23bd030.tar.gz gentoo-2-c92969ca90c0bea48cdfbde63f8b9876f23bd030.tar.bz2 gentoo-2-c92969ca90c0bea48cdfbde63f8b9876f23bd030.zip |
Make gtk2hs-0.9.7 and gtk2hs-0.9.8 use only haddock-0.6 since they will not work with haddock-0.7.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index 9243008de94e..0ad42e679fff 100644 --- a/dev-haskell/gtk2hs/ChangeLog +++ b/dev-haskell/gtk2hs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/gtk2hs # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.13 2005/06/30 07:47:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.14 2005/08/31 10:08:00 dcoutts Exp $ + + 31 Aug 2005; <duncan@gentoo.org> gtk2hs-0.9.7.ebuild, gtk2hs-0.9.8.ebuild: + Make gtk2hs-0.9.7 and gtk2hs-0.9.8 use only haddock-0.6 since they will not + work with haddock-0.7. 30 Jun 2005; David Holm <dholm@gentoo.org> gtk2hs-0.9.8.ebuild: Added to ~ppc. diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild index 706b7c987e98..6d2c955c966c 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild,v 1.4 2005/06/24 05:52:51 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.7.ebuild,v 1.5 2005/08/31 10:08:00 dcoutts Exp $ inherit base check-reqs ghc-package @@ -20,7 +20,7 @@ DEPEND=">=virtual/ghc-5.04 >=x11-libs/gtksourceview-0.6 >=gnome-base/gconf-2 ) mozilla? ( >=www-client/mozilla-1.4 ) - doc? ( >=dev-haskell/haddock-0.6 )" + doc? ( =dev-haskell/haddock-0.6* )" pkg_setup() { # need this much memory (in MBytes) (does *not* check swap) diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild index 2dfb632822f3..27a8e0b648e1 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild,v 1.2 2005/06/30 07:47:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.8.ebuild,v 1.3 2005/08/31 10:08:00 dcoutts Exp $ inherit base ghc-package multilib @@ -22,7 +22,7 @@ DEPEND=">=virtual/ghc-5.04 >=x11-libs/gtksourceview-0.6 >=gnome-base/gconf-2 ) mozilla? ( >=www-client/mozilla-1.4 ) - doc? ( >=dev-haskell/haddock-0.6 )" + doc? ( =dev-haskell/haddock-0.6* )" src_compile() { econf \ |