From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF77F158092 for ; Tue, 14 Sep 2021 16:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B598E08FF; Tue, 14 Sep 2021 16:50:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D56D1E08FF for ; Tue, 14 Sep 2021 16:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7C6A342FCC for ; Tue, 14 Sep 2021 16:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9E13B for ; Tue, 14 Sep 2021 16:50:36 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1631638207.bd95389a13d2c51f12f6b09115543962a00ac58e.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-93.0.4577.63.ebuild www-client/chromium/chromium-93.0.4577.82.ebuild www-client/chromium/chromium-94.0.4606.41.ebuild www-client/chromium/chromium-95.0.4636.4.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: bd95389a13d2c51f12f6b09115543962a00ac58e X-VCS-Branch: master Date: Tue, 14 Sep 2021 16:50:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c4bc4f8-c520-4dd2-b51c-2eb0a8e8501d X-Archives-Hash: f32e4d7e8d0f64f3ee8d0820e702a70c commit: bd95389a13d2c51f12f6b09115543962a00ac58e Author: Stephan Hartmann gentoo org> AuthorDate: Tue Sep 14 16:49:27 2021 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Tue Sep 14 16:50:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd95389a www-client/chromium: don't inherit PYTHONPATH from environment Closes: https://bugs.gentoo.org/812689 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stephan Hartmann gentoo.org> www-client/chromium/chromium-93.0.4577.63.ebuild | 3 +++ www-client/chromium/chromium-93.0.4577.82.ebuild | 3 +++ www-client/chromium/chromium-94.0.4606.41.ebuild | 3 +++ www-client/chromium/chromium-95.0.4636.4.ebuild | 3 +++ 4 files changed, 12 insertions(+) diff --git a/www-client/chromium/chromium-93.0.4577.63.ebuild b/www-client/chromium/chromium-93.0.4577.63.ebuild index 2a9d81c8d47..9859d219d34 100644 --- a/www-client/chromium/chromium-93.0.4577.63.ebuild +++ b/www-client/chromium/chromium-93.0.4577.63.ebuild @@ -799,6 +799,9 @@ src_compile() { # Calling this here supports resumption via FEATURES=keepwork python_setup + # Don't inherit PYTHONPATH from environment, bug #789021, #812689 + local -x PYTHONPATH= + #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die # Build mksnapshot and pax-mark it. diff --git a/www-client/chromium/chromium-93.0.4577.82.ebuild b/www-client/chromium/chromium-93.0.4577.82.ebuild index e68575687a2..f27fa58924e 100644 --- a/www-client/chromium/chromium-93.0.4577.82.ebuild +++ b/www-client/chromium/chromium-93.0.4577.82.ebuild @@ -800,6 +800,9 @@ src_compile() { # Calling this here supports resumption via FEATURES=keepwork python_setup + # Don't inherit PYTHONPATH from environment, bug #789021, #812689 + local -x PYTHONPATH= + #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die # Build mksnapshot and pax-mark it. diff --git a/www-client/chromium/chromium-94.0.4606.41.ebuild b/www-client/chromium/chromium-94.0.4606.41.ebuild index 3fbd84fcf2d..5b78ebe944a 100644 --- a/www-client/chromium/chromium-94.0.4606.41.ebuild +++ b/www-client/chromium/chromium-94.0.4606.41.ebuild @@ -790,6 +790,9 @@ src_compile() { # Calling this here supports resumption via FEATURES=keepwork python_setup + # Don't inherit PYTHONPATH from environment, bug #789021, #812689 + local -x PYTHONPATH= + #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die # Build mksnapshot and pax-mark it. diff --git a/www-client/chromium/chromium-95.0.4636.4.ebuild b/www-client/chromium/chromium-95.0.4636.4.ebuild index 02edb1ff604..bd299825d13 100644 --- a/www-client/chromium/chromium-95.0.4636.4.ebuild +++ b/www-client/chromium/chromium-95.0.4636.4.ebuild @@ -791,6 +791,9 @@ src_compile() { # Calling this here supports resumption via FEATURES=keepwork python_setup + # Don't inherit PYTHONPATH from environment, bug #789021, #812689 + local -x PYTHONPATH= + #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die # Build mksnapshot and pax-mark it.