diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-02-23 16:36:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-02-23 16:36:12 +0000 |
commit | 52adaa2a672d5614c0fb58f75b95ab8379f8730c (patch) | |
tree | 245d7e4b10882e8064913486b42fd3c279f237cc /eclass | |
parent | Marked ~ppc for bug #215557. (diff) | |
download | gentoo-2-52adaa2a672d5614c0fb58f75b95ab8379f8730c.tar.gz gentoo-2-52adaa2a672d5614c0fb58f75b95ab8379f8730c.tar.bz2 gentoo-2-52adaa2a672d5614c0fb58f75b95ab8379f8730c.zip |
Remove some useless stuff, bug #259398
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 12 | ||||
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 4 |
2 files changed, 4 insertions, 12 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index e6d6680340fd..4bdadb5746af 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.6 2009/01/12 23:07:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.7 2009/02/23 16:36:12 armin76 Exp $ # # mozconfig.eclass: the new mozilla.eclass inherit multilib flag-o-matic mozcoreconf-2 -IUSE="gnome ipv6 dbus startup-notification" +IUSE="gnome dbus startup-notification" RDEPEND="x11-libs/libXrender x11-libs/libXt @@ -39,27 +39,21 @@ mozconfig_config() { else mozconfig_annotate -thebes --enable-default-toolkit=gtk2 fi - mozconfig_use_enable ipv6 if ! use dbus; then mozconfig_annotate '' --disable-dbus fi mozconfig_use_enable startup-notification - # We use --enable-pango to do truetype fonts, and currently pango - # is required for it to build - mozconfig_annotate gentoo --disable-freetype2 # if use debug; then # mozconfig_annotate +debug \ # --enable-debug \ # --enable-tests \ -# --disable-reorder \ # --enable-debugger-info-modules=ALL_MODULES # else mozconfig_annotate -debug \ --disable-debug \ - --disable-tests \ - --enable-reorder + --disable-tests # Currently --enable-elf-dynstr-gc only works for x86 and ppc, # thanks to Jason Wever <weeve@gentoo.org> for the fix. diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 3d459d260daa..08731c169a03 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -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/eclass/mozcoreconf-2.eclass,v 1.9 2008/07/30 10:44:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.10 2009/02/23 16:36:12 armin76 Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -176,10 +176,8 @@ mozconfig_init() { --with-system-jpeg \ --with-system-zlib \ --disable-updater \ - --enable-default-toolkit=gtk2 \ --enable-pango \ --enable-svg \ - --enable-svg-renderer=cairo \ --enable-system-cairo \ --disable-strip \ --disable-strip-libs \ |