diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-04-07 10:50:56 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-04-07 10:50:56 +0000 |
commit | 5e9a246899eeecc1b4f91c82f7b0dc8087fe1a23 (patch) | |
tree | ebb677d068a0d51ec3415ccc613316eab39f85a5 /dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild | |
parent | version bump for 13A beta version, brings in WxWindows bindings, ported ebuil... (diff) | |
download | historical-5e9a246899eeecc1b4f91c82f7b0dc8087fe1a23.tar.gz historical-5e9a246899eeecc1b4f91c82f7b0dc8087fe1a23.tar.bz2 historical-5e9a246899eeecc1b4f91c82f7b0dc8087fe1a23.zip |
disable Firefox support the hard way and make seamonkey not depend on USE=xulrunner
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild')
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild index 1fcee8e2c45d..acc0012e5a51 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.10 2009/04/03 22:13:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.11 2009/04/07 10:50:56 fauli Exp $ inherit base eutils ghc-package multilib toolchain-funcs versionator @@ -24,7 +24,7 @@ RDEPEND=">=dev-lang/ghc-6.4 svg? ( >=gnome-base/librsvg-2.16 ) opengl? ( x11-libs/gtkglext ) xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )" + seamonkey? ( =www-client/seamonkey-1* )" DEPEND="${RDEPEND} doc? ( >=dev-haskell/haddock-0.8 ) @@ -53,6 +53,7 @@ src_compile() { $(use_enable gnome sourceview) \ $(use_enable svg svg) \ $(use_enable opengl opengl) \ + --disable-firefox \ $(use_enable seamonkey seamonkey) \ $(use_enable xulrunner xulrunner) \ $(use_enable doc docs) \ |