diff options
author | Maksym Sditanov <msditanov@200volts.com> | 2024-08-06 23:20:21 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-07 08:39:54 +0300 |
commit | 48b4885e4f9a19ccc4c1489a387e38fb3b7d62b7 (patch) | |
tree | 1791818aedac351f1a055d7d64d3a5b76a25ee4e /www-client/firefox | |
parent | dev-ruby/mime-types-data: drop 3.2024.0305, 3.2024.0507, 3.2024.0604 (diff) | |
download | gentoo-48b4885e4f9a19ccc4c1489a387e38fb3b7d62b7.tar.gz gentoo-48b4885e4f9a19ccc4c1489a387e38fb3b7d62b7.tar.bz2 gentoo-48b4885e4f9a19ccc4c1489a387e38fb3b7d62b7.zip |
www-client/firefox: fix PGO for 115.13.0, 115.14.0
- fix PGO compilation: relax sandbox restrictions for /dev
since PGO is hardware-dependant.
Closes: https://bugs.gentoo.org/936278
Signed-off-by: Maksym Sditanov <msditanov@200volts.com>
Closes: https://github.com/gentoo/gentoo/pull/37998
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-115.13.0.ebuild | 4 | ||||
-rw-r--r-- | www-client/firefox/firefox-115.14.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-115.13.0.ebuild b/www-client/firefox/firefox-115.13.0.ebuild index 445bf48eba12..ab2ac2550f3b 100644 --- a/www-client/firefox/firefox-115.13.0.ebuild +++ b/www-client/firefox/firefox-115.13.0.ebuild @@ -584,8 +584,8 @@ pkg_setup() { # (PORTAGE_SCHEDULING_POLICY) update... addpredict /proc - # May need a wider addpredict when using wayland+pgo. - addpredict /dev/dri + # Clear tons of conditions, since PGO is hardware-dependant. + addpredict /dev # Allow access to GPU during PGO run local ati_cards mesa_cards nvidia_cards render_cards diff --git a/www-client/firefox/firefox-115.14.0.ebuild b/www-client/firefox/firefox-115.14.0.ebuild index a9167d5824a1..0d38aaa8ab50 100644 --- a/www-client/firefox/firefox-115.14.0.ebuild +++ b/www-client/firefox/firefox-115.14.0.ebuild @@ -584,8 +584,8 @@ pkg_setup() { # (PORTAGE_SCHEDULING_POLICY) update... addpredict /proc - # May need a wider addpredict when using wayland+pgo. - addpredict /dev/dri + # Clear tons of conditions, since PGO is hardware-dependant. + addpredict /dev # Allow access to GPU during PGO run local ati_cards mesa_cards nvidia_cards render_cards |