diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-21 18:44:55 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-21 19:11:10 +0200 |
commit | d5053e8cd50c31d0f775b97db6f12c2a1c7e9846 (patch) | |
tree | 6be0f35de456b3fd47db8e9f6f36d913319fa744 /www-client | |
parent | www-client/firefox: re-order options (diff) | |
download | gentoo-d5053e8cd50c31d0f775b97db6f12c2a1c7e9846.tar.gz gentoo-d5053e8cd50c31d0f775b97db6f12c2a1c7e9846.tar.bz2 gentoo-d5053e8cd50c31d0f775b97db6f12c2a1c7e9846.zip |
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-78.4.0.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-82.0.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-78.4.0.ebuild b/www-client/firefox/firefox-78.4.0.ebuild index b65d74d64aae..b0ff9f723e84 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 7ccb7196075d..1f8bba10a71c 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 \ |