commit: d5053e8cd50c31d0f775b97db6f12c2a1c7e9846 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Oct 21 16:44:55 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Oct 21 17:11:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5053e8c
www-client/firefox: Set MOZILLA_OFFICIAL=1 Closes: https://bugs.gentoo.org/750455 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-78.4.0.ebuild | 2 ++ www-client/firefox/firefox-82.0.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www-client/firefox/firefox-78.4.0.ebuild b/www-client/firefox/firefox-78.4.0.ebuild index b65d74d64aa..b0ff9f723e8 100644 --- a/www-client/firefox/firefox-78.4.0.ebuild +++ b/www-client/firefox/firefox-78.4.0.ebuild @@ -568,6 +568,8 @@ src_configure() { mozconfig_add_options_ac '' --enable-application=browser # Set Gentoo defaults + export MOZILLA_OFFICIAL=1 + mozconfig_add_options_ac 'Gentoo default' \ --allow-addon-sideload \ --disable-cargo-incremental \ diff --git a/www-client/firefox/firefox-82.0.ebuild b/www-client/firefox/firefox-82.0.ebuild index 7ccb7196075..1f8bba10a71 100644 --- a/www-client/firefox/firefox-82.0.ebuild +++ b/www-client/firefox/firefox-82.0.ebuild @@ -568,6 +568,8 @@ src_configure() { mozconfig_add_options_ac '' --enable-application=browser # Set Gentoo defaults + export MOZILLA_OFFICIAL=1 + mozconfig_add_options_ac 'Gentoo default' \ --allow-addon-sideload \ --disable-cargo-incremental \
