commit: a2d09e9e73b5ad332dac42a05f10dfd0b43f887f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 00:05:46 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 00:33:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d09e9e
www-client/firefox: set MOZBUILD_STATE_PATH
This will silence a warning regarding default path.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-78.15.0.ebuild | 3 +++
www-client/firefox/firefox-93.0.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/www-client/firefox/firefox-78.15.0.ebuild
b/www-client/firefox/firefox-78.15.0.ebuild
index 3477f976722..413da4c11ab 100644
--- a/www-client/firefox/firefox-78.15.0.ebuild
+++ b/www-client/firefox/firefox-78.15.0.ebuild
@@ -605,6 +605,9 @@ src_configure() {
# python/mach/mach/mixin/process.py fails to detect SHELL
export SHELL="${EPREFIX}/bin/bash"
+ # Set state path
+ export MOZBUILD_STATE_PATH="${BUILD_DIR}"
+
# Set MOZCONFIG
export MOZCONFIG="${S}/.mozconfig"
diff --git a/www-client/firefox/firefox-93.0.ebuild
b/www-client/firefox/firefox-93.0.ebuild
index 662a0648d42..0a7fa6f8316 100644
--- a/www-client/firefox/firefox-93.0.ebuild
+++ b/www-client/firefox/firefox-93.0.ebuild
@@ -605,6 +605,9 @@ src_configure() {
# python/mach/mach/mixin/process.py fails to detect SHELL
export SHELL="${EPREFIX}/bin/bash"
+ # Set state path
+ export MOZBUILD_STATE_PATH="${BUILD_DIR}"
+
# Set MOZCONFIG
export MOZCONFIG="${S}/.mozconfig"