diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-07-19 13:27:08 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-07-19 13:27:08 +0000 |
commit | c973c4c46fdc32d6ef8c0887f6997272c427ff7e (patch) | |
tree | fe8e2a26e91123edb9cc6e1cb6e111aaf43218b8 /profiles/hardened | |
parent | Bump to 2.1. Also add a systemd USE flag (bug #423595. thanks to Maksim 'max_... (diff) | |
download | gentoo-2-c973c4c46fdc32d6ef8c0887f6997272c427ff7e.tar.gz gentoo-2-c973c4c46fdc32d6ef8c0887f6997272c427ff7e.tar.bz2 gentoo-2-c973c4c46fdc32d6ef8c0887f6997272c427ff7e.zip |
Only mask pgo useflag on =www-client/firefox-10.0.*
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/use.mask | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask index 7e0e39c72ab4..5f40a5bfa1cb 100644 --- a/profiles/hardened/linux/package.use.mask +++ b/profiles/hardened/linux/package.use.mask @@ -1,9 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 1.11 2012/03/17 23:17:35 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 1.12 2012/07/19 13:27:08 anarchy Exp $ sys-devel/gcc -hardened sys-libs/glibc -hardened # bug 407689 media-tv/xbmc profile + +# Have no way to disable jit in esr release. +=www-client/firefox-10.0.* pgo diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask index 845288a34ef8..d62cfec8826a 100644 --- a/profiles/hardened/linux/use.mask +++ b/profiles/hardened/linux/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.15 2012/03/17 23:17:35 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.16 2012/07/19 13:27:08 anarchy Exp $ -hardened @@ -14,7 +14,3 @@ pch # prelink is masked for hardened prelink - -# Will continue to break mozilla products on hardend -methodjit -pgo |