Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
Date: Tue, 14 Sep 2021 16:50:40
Message-Id: 1631638207.bd95389a13d2c51f12f6b09115543962a00ac58e.sultan@gentoo
1 commit: bd95389a13d2c51f12f6b09115543962a00ac58e
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 16:49:27 2021 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 16:50:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd95389a
7
8 www-client/chromium: don't inherit PYTHONPATH from environment
9
10 Closes: https://bugs.gentoo.org/812689
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
13
14 www-client/chromium/chromium-93.0.4577.63.ebuild | 3 +++
15 www-client/chromium/chromium-93.0.4577.82.ebuild | 3 +++
16 www-client/chromium/chromium-94.0.4606.41.ebuild | 3 +++
17 www-client/chromium/chromium-95.0.4636.4.ebuild | 3 +++
18 4 files changed, 12 insertions(+)
19
20 diff --git a/www-client/chromium/chromium-93.0.4577.63.ebuild b/www-client/chromium/chromium-93.0.4577.63.ebuild
21 index 2a9d81c8d47..9859d219d34 100644
22 --- a/www-client/chromium/chromium-93.0.4577.63.ebuild
23 +++ b/www-client/chromium/chromium-93.0.4577.63.ebuild
24 @@ -799,6 +799,9 @@ src_compile() {
25 # Calling this here supports resumption via FEATURES=keepwork
26 python_setup
27
28 + # Don't inherit PYTHONPATH from environment, bug #789021, #812689
29 + local -x PYTHONPATH=
30 +
31 #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die
32
33 # Build mksnapshot and pax-mark it.
34
35 diff --git a/www-client/chromium/chromium-93.0.4577.82.ebuild b/www-client/chromium/chromium-93.0.4577.82.ebuild
36 index e68575687a2..f27fa58924e 100644
37 --- a/www-client/chromium/chromium-93.0.4577.82.ebuild
38 +++ b/www-client/chromium/chromium-93.0.4577.82.ebuild
39 @@ -800,6 +800,9 @@ src_compile() {
40 # Calling this here supports resumption via FEATURES=keepwork
41 python_setup
42
43 + # Don't inherit PYTHONPATH from environment, bug #789021, #812689
44 + local -x PYTHONPATH=
45 +
46 #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die
47
48 # Build mksnapshot and pax-mark it.
49
50 diff --git a/www-client/chromium/chromium-94.0.4606.41.ebuild b/www-client/chromium/chromium-94.0.4606.41.ebuild
51 index 3fbd84fcf2d..5b78ebe944a 100644
52 --- a/www-client/chromium/chromium-94.0.4606.41.ebuild
53 +++ b/www-client/chromium/chromium-94.0.4606.41.ebuild
54 @@ -790,6 +790,9 @@ src_compile() {
55 # Calling this here supports resumption via FEATURES=keepwork
56 python_setup
57
58 + # Don't inherit PYTHONPATH from environment, bug #789021, #812689
59 + local -x PYTHONPATH=
60 +
61 #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die
62
63 # Build mksnapshot and pax-mark it.
64
65 diff --git a/www-client/chromium/chromium-95.0.4636.4.ebuild b/www-client/chromium/chromium-95.0.4636.4.ebuild
66 index 02edb1ff604..bd299825d13 100644
67 --- a/www-client/chromium/chromium-95.0.4636.4.ebuild
68 +++ b/www-client/chromium/chromium-95.0.4636.4.ebuild
69 @@ -791,6 +791,9 @@ src_compile() {
70 # Calling this here supports resumption via FEATURES=keepwork
71 python_setup
72
73 + # Don't inherit PYTHONPATH from environment, bug #789021, #812689
74 + local -x PYTHONPATH=
75 +
76 #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die
77
78 # Build mksnapshot and pax-mark it.