diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-06 02:46:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-06 02:46:20 +0000 |
commit | 662a570a9f78a264257ddd797bcd5df22d017dbe (patch) | |
tree | 00ea945e6ae7532dae6f3e35bd4bae42e48d78f2 /eclass | |
parent | add in USE flags used by all PHP5 SAPIs. (diff) | |
download | gentoo-2-662a570a9f78a264257ddd797bcd5df22d017dbe.tar.gz gentoo-2-662a570a9f78a264257ddd797bcd5df22d017dbe.tar.bz2 gentoo-2-662a570a9f78a264257ddd797bcd5df22d017dbe.zip |
remove extraneous comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozilla.eclass | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index 171ac134403f..92744bec249c 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.2 2004/08/06 02:22:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.3 2004/08/06 02:46:20 agriffis Exp $ ECLASS=mozilla INHERITED="$INHERITED $ECLASS" @@ -203,18 +203,6 @@ mozilla_conf() { einfo "Building without Xft2.0 support (moznoxft)" myconf="${myconf} --disable-xft $(use_enable truetype freetype2)" fi - -# This doesn't work on thunderbird and should be moved back to moz/ff ebuilds. -# I'm leaving it here, commented, as a reminder to myself. -# (05 Aug 2004 agriffis) -# -# # Re-enabled per bug 24522 (28 Apr 2004 agriffis) -# if use mozsvg; then -# export MOZ_INTERNAL_LIBART_LGPL=1 -# myconf="${myconf} --enable-svg --enable-svg-renderer-libart" -# else -# myconf="${myconf} --disable-svg" -# fi } # Simulate the silly csh makemake script |