summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-12-10 01:07:03 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-12-10 01:18:46 +0100
commit59fc86b7e57279170f6f4a79fe542ef120653587 (patch)
tree8ca49bc4f3ffd6635d57fb118240758eb1f64932
parentsys-kernel/genkernel: Update boost URL (diff)
downloadgentoo-59fc86b7e57279170f6f4a79fe542ef120653587.tar.gz
gentoo-59fc86b7e57279170f6f4a79fe542ef120653587.tar.bz2
gentoo-59fc86b7e57279170f6f4a79fe542ef120653587.zip
www-client/firefox: re-add REQUIRED_USE for USE=lto when USE=pgo
Closes: https://bugs.gentoo.org/828511 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--www-client/firefox/firefox-91.4.0.ebuild1
-rw-r--r--www-client/firefox/firefox-95.0.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-91.4.0.ebuild b/www-client/firefox/firefox-91.4.0.ebuild
index fce6b3ab8852..3216653ecd95 100644
--- a/www-client/firefox/firefox-91.4.0.ebuild
+++ b/www-client/firefox/firefox-91.4.0.ebuild
@@ -73,6 +73,7 @@ IUSE+=" +gmp-autoupdate"
IUSE+=" screencast"
REQUIRED_USE="debug? ( !system-av1 )
+ pgo? ( lto )
wifi? ( dbus )"
# Firefox-only REQUIRED_USE flags
diff --git a/www-client/firefox/firefox-95.0.ebuild b/www-client/firefox/firefox-95.0.ebuild
index aa35fbcd4083..7e797cf45ee6 100644
--- a/www-client/firefox/firefox-95.0.ebuild
+++ b/www-client/firefox/firefox-95.0.ebuild
@@ -73,6 +73,7 @@ IUSE+=" +gmp-autoupdate"
IUSE+=" screencast"
REQUIRED_USE="debug? ( !system-av1 )
+ pgo? ( lto )
wayland? ( dbus )
wifi? ( dbus )"