summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-02-07 07:26:54 +0100
committerJoonas Niilola <juippis@gentoo.org>2022-02-07 08:42:43 +0200
commit7f920292d3ef9c1605554229d801229cbc36296e (patch)
treec4725dce3a1394cae04063f939201da1dee6405e /www-client
parentnet-im/telegram-desktop: keyword 3.4.8 for ~arm64 (diff)
downloadgentoo-7f920292d3ef9c1605554229d801229cbc36296e.tar.gz
gentoo-7f920292d3ef9c1605554229d801229cbc36296e.tar.bz2
gentoo-7f920292d3ef9c1605554229d801229cbc36296e.zip
www-client/firefox: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24105 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch b/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch
deleted file mode 100644
index d39a6e1f72bc..000000000000
--- a/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build/mach_initialize.py b/build/mach_initialize.py
-index 32f3011..5e6e2b4 100644
---- a/build/mach_initialize.py
-+++ b/build/mach_initialize.py
-@@ -207,7 +207,7 @@ def _activate_python_environment(topsrcdir):
- else "MACH_USE_SYSTEM_PYTHON"
- )
-
-- has_pip = (
-+ has_pip = False and (
- subprocess.run(
- [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL
- ).returncode