diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-07-06 22:37:55 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-07-06 22:37:55 +0000 |
commit | aa94f1d2d9e64abfa9e11039f0b9e4b9c63155c5 (patch) | |
tree | 75c5b8a5a44b495d82dcf7395768bf261ed46cef /profiles/hardened | |
parent | Introduce "offlinehelp" use flag similar to libreoffice-bin. Also remove some... (diff) | |
download | gentoo-2-aa94f1d2d9e64abfa9e11039f0b9e4b9c63155c5.tar.gz gentoo-2-aa94f1d2d9e64abfa9e11039f0b9e4b9c63155c5.tar.bz2 gentoo-2-aa94f1d2d9e64abfa9e11039f0b9e4b9c63155c5.zip |
mask pgo and methodjit to prevent breakage with mozilla products on hardened.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask index dc32e7b55d53..aafaef4d72be 100644 --- a/profiles/hardened/linux/use.mask +++ b/profiles/hardened/linux/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.11 2011/06/30 19:15:46 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.12 2011/07/06 22:37:55 anarchy Exp $ -hardened @@ -17,3 +17,7 @@ prelink # opencl is used by nvidia drivers, bug #367225 opencl + +# Will continue to break mozilla products on hardend +methodjit +pgo |