Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/files/
Date: Mon, 07 Feb 2022 06:43:05
Message-Id: 1644216163.7f920292d3ef9c1605554229d801229cbc36296e.juippis@gentoo
1 commit: 7f920292d3ef9c1605554229d801229cbc36296e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Feb 7 06:26:54 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 06:42:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f920292
7
8 www-client/firefox: remove unused patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/24105
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 .../firefox/files/firefox-95-fix-fatal-pip-invocation.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 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
19 deleted file mode 100644
20 index d39a6e1f72bc..000000000000
21 --- a/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -diff --git a/build/mach_initialize.py b/build/mach_initialize.py
25 -index 32f3011..5e6e2b4 100644
26 ---- a/build/mach_initialize.py
27 -+++ b/build/mach_initialize.py
28 -@@ -207,7 +207,7 @@ def _activate_python_environment(topsrcdir):
29 - else "MACH_USE_SYSTEM_PYTHON"
30 - )
31 -
32 -- has_pip = (
33 -+ has_pip = False and (
34 - subprocess.run(
35 - [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL
36 - ).returncode