diff options
author | Brad Laue <brad@gentoo.org> | 2004-11-06 08:23:23 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-11-06 08:23:23 +0000 |
commit | 7c0b5b522ba9feb80d1d10a83d04a4dcde1db96d (patch) | |
tree | 8aa49b20e177bdb67002e4bc682f7ba610c361dd /eclass | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-7c0b5b522ba9feb80d1d10a83d04a4dcde1db96d.tar.gz gentoo-2-7c0b5b522ba9feb80d1d10a83d04a4dcde1db96d.tar.bz2 gentoo-2-7c0b5b522ba9feb80d1d10a83d04a4dcde1db96d.zip |
More mozconfig compliance for thunderbird with --disable-plugins
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozilla.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index bddec79e44de..74f48a658f4b 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.20 2004/11/05 22:51:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.21 2004/11/06 08:23:23 brad Exp $ ECLASS=mozilla INHERITED="$INHERITED $ECLASS" @@ -247,7 +247,8 @@ mozilla_conf() { --disable-calendar \ --disable-svg \ --disable-necko-disk-cache \ - --disable-profilesharing + --disable-profilesharing \ + --disable-plugins fi # Some firefox-only flags |