summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-07-06 05:14:18 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-07-06 05:14:18 +0000
commitcecc24404e1eb725a6f3b23eb8820de40a6812a0 (patch)
treed1a1a28a52f3b0d53fbb4badba300d6e05b8731c /www-client/firefox/metadata.xml
parentDrop all keywords on 1.9.2.12 except 'sparc'. This version is vulnerable (diff)
downloadgentoo-2-cecc24404e1eb725a6f3b23eb8820de40a6812a0.tar.gz
gentoo-2-cecc24404e1eb725a6f3b23eb8820de40a6812a0.tar.bz2
gentoo-2-cecc24404e1eb725a6f3b23eb8820de40a6812a0.zip
Always disable gconf, bug 360307, bug 373605 comment 15; add mesa dep for webgl, bug 373245; update the list of locales, bug 364659; add a use-flag to disable JIT, bug 367111. Refactor LINGUAS code to use bash arrays, remove unused patches, drop all keywords on vulnerable 3.6.12 except 'sparc'.
(Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
Diffstat (limited to 'www-client/firefox/metadata.xml')
-rw-r--r--www-client/firefox/metadata.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
index 463738be4eef..ca68072a9582 100644
--- a/www-client/firefox/metadata.xml
+++ b/www-client/firefox/metadata.xml
@@ -3,15 +3,16 @@
<pkgmetadata>
<herd>mozilla</herd>
<use>
- <flag name='custom-optimization'>Fine-tune custom compiler
+ <flag name="custom-optimization">Fine-tune custom compiler
optimizations, setting this is not recommended.</flag>
- <flag name="gconf">Add support for setting of default browser using
- <pkg>gnome-base/gconf</pkg>. Useful only for GNOME 2 users.</flag>
<flag name="ipc">Use inter-process communication between tabs and plugins.
Allows for greater stability in case of plugin crashes</flag>
+ <flag name="methodjit">Enable JIT for JavaScript using MethodJIT for faster
+ JS performance. Hardened users can disable this USE-flag to use MPROTECT
+ on grsecurity kernels.</flag>
<flag name="pgo">Add support for profile-guided optimization using gcc-4.5,
for faster binaries. This option will double the compile time.</flag>
- <flag name='system-sqlite'>Use the system-wide <pkg>dev-db/sqlite</pkg>
+ <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg>
installation with secure-delete enabled</flag>
<flag name="webm">Use system <pkg>media-libs/libvpx</pkg> for HTML5 WebM
video support.</flag>