diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-06-03 18:57:55 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-06-03 18:57:55 +0000 |
commit | 403674ae9c2bd1ea3d0205fd3a48a7752a4c90c9 (patch) | |
tree | e8d3062998318549d54d2d20983833f2d22b1c8d /dev-haskell | |
parent | Stable on amd64, ppc, ppc64, sparc, x86 as per #175560 (diff) | |
download | gentoo-2-403674ae9c2bd1ea3d0205fd3a48a7752a4c90c9.tar.gz gentoo-2-403674ae9c2bd1ea3d0205fd3a48a7752a4c90c9.tar.bz2 gentoo-2-403674ae9c2bd1ea3d0205fd3a48a7752a4c90c9.zip |
Fix seamonkey build, should fix bug #180682.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index 44cc243ad658..0fab9d239c7f 100644 --- a/dev-haskell/gtk2hs/ChangeLog +++ b/dev-haskell/gtk2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/gtk2hs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.31 2007/04/30 10:16:07 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.32 2007/06/03 18:57:55 dcoutts Exp $ + + 03 Jun 2007; Duncan Coutts <dcoutts@gentoo.org> gtk2hs-0.9.11.ebuild: + Fix seamonkey build, should fix bug #180682. 30 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> gtk2hs-0.9.11.ebuild: Add missing dep on dev-haskell/mtl diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild index 079601e874a3..2c059ee2866c 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.11.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/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.2 2007/04/30 10:16:07 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.3 2007/06/03 18:57:55 dcoutts Exp $ inherit base eutils ghc-package multilib @@ -37,7 +37,7 @@ src_compile() { $(use_enable gnome sourceview) \ $(use_enable gnome svg) \ $(use_enable opengl opengl) \ - $(use_enable seamonkey mozilla) \ + $(use_enable seamonkey seamonkey) \ $(use_enable firefox firefox) \ $(use_enable doc docs) \ $(use_enable profile profiling) \ |