Index: firefox-5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-5.0.ebuild,v --- firefox-5.0.ebuild 26 Jun 2011 05:59:53 -0000 1.3 +++ firefox-5.0.ebuild 26 Jun 2011 14:42:58 -0000 @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -IUSE="bindist gconf +ipc pgo system-sqlite +webm" +IUSE="bindist gconf hardened +ipc pgo system-sqlite +webm" REL_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases" FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/" @@ -217,6 +217,7 @@ mozconfig_annotate '' --enable-canvas mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png + use hardened && mozconfig_annotate 'hardened' --disable-methodjit # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} @@ -306,7 +307,7 @@ echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop" fi - pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox + # pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox # Plugins dir dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins \