diff options
author | 2006-02-01 21:41:58 +0000 | |
---|---|---|
committer | 2006-02-01 21:41:58 +0000 | |
commit | 399a2db42b77d5c76d07079e300e215275a37a70 (patch) | |
tree | 55933d2ab4950f902653abaca4a1aa638c3dc0ac /eclass | |
parent | add --without-system-nspr, so we can include -r3 (diff) | |
download | gentoo-2-399a2db42b77d5c76d07079e300e215275a37a70.tar.gz gentoo-2-399a2db42b77d5c76d07079e300e215275a37a70.tar.bz2 gentoo-2-399a2db42b77d5c76d07079e300e215275a37a70.zip |
removed --without-system-nspr
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozcoreconf.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/mozcoreconf.eclass b/eclass/mozcoreconf.eclass index dfe6b26804cf..58366e625d33 100644 --- a/eclass/mozcoreconf.eclass +++ b/eclass/mozcoreconf.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/mozcoreconf.eclass,v 1.4 2006/01/04 01:30:52 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.5 2006/02/01 21:41:58 anarchy Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -158,7 +158,6 @@ mozconfig_init() { --with-system-jpeg \ --with-system-png \ --with-system-zlib \ - --without-system-nspr \ --disable-updater \ --enable-single-profile \ --disable-profilesharing \ |