diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-01-12 09:18:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-01-12 09:20:53 +0200 |
commit | eadb5bdabd2b3c9b629a3fae492999ce7287cc72 (patch) | |
tree | 1212b8a22a0d4bece64ffd74d206bf01cde5c98e | |
parent | profiles/prefix/darwin/macos/package.mask: move 11.0/12.0 mask here (diff) | |
download | gentoo-eadb5bdabd2b3c9b629a3fae492999ce7287cc72.tar.gz gentoo-eadb5bdabd2b3c9b629a3fae492999ce7287cc72.tar.bz2 gentoo-eadb5bdabd2b3c9b629a3fae492999ce7287cc72.zip |
www-client/firefox: fix fatal pip check invocation in 96.0
Closes: https://bugs.gentoo.org/828999
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | www-client/firefox/firefox-96.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-96.0.ebuild b/www-client/firefox/firefox-96.0.ebuild index 3dc32bcd0621..5f77dec81f98 100644 --- a/www-client/firefox/firefox-96.0.ebuild +++ b/www-client/firefox/firefox-96.0.ebuild @@ -945,6 +945,7 @@ src_configure() { # Use system's Python environment export MACH_USE_SYSTEM_PYTHON=1 + export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_MACH_SITE=1 export PIP_NO_CACHE_DIR=off # Disable notification when build system has finished |