From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1524C13835A for ; Wed, 21 Oct 2020 17:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3315BE098A; Wed, 21 Oct 2020 17:11:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 017E0E0984 for ; Wed, 21 Oct 2020 17:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8635E335D99 for ; Wed, 21 Oct 2020 17:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 559703B1 for ; Wed, 21 Oct 2020 17:11:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1603300270.d5053e8cd50c31d0f775b97db6f12c2a1c7e9846.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-78.4.0.ebuild www-client/firefox/firefox-82.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d5053e8cd50c31d0f775b97db6f12c2a1c7e9846 X-VCS-Branch: master Date: Wed, 21 Oct 2020 17:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 936a9576-c857-46f3-91ff-6a8576d07237 X-Archives-Hash: 461faaff1268963acdd8b2da0711779b commit: d5053e8cd50c31d0f775b97db6f12c2a1c7e9846 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Oct 21 16:44:55 2020 +0000 Commit: Thomas Deutschmann gentoo 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 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 \