From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A5661138222 for ; Fri, 6 May 2016 13:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B22C021C0CA; Fri, 6 May 2016 13:25:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C323221C0A3 for ; Fri, 6 May 2016 13:25:55 +0000 (UTC) Received: from naomi.gilbertsystems.net (d192-24-229-26.try.wideopenwest.com [24.192.26.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id BFCBA34081F for ; Fri, 6 May 2016 13:25:53 +0000 (UTC) From: Mike Gilbert To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH] distutils-r1.eclass: Do not modify the HOME variable Date: Fri, 6 May 2016 09:25:50 -0400 Message-Id: <1462541150-14440-1-git-send-email-floppym@gentoo.org> X-Mailer: git-send-email 2.8.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 71992c60-11c4-445d-b689-7925dd1b7460 X-Archives-Hash: 6877497e5b04d0dc87df0cd8e9b856e5 This was only necessary when we ran phases in parallel. Also, PMS says this variable should not be modified. --- eclass/distutils-r1.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 7965e91..497bed5 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -628,12 +628,6 @@ distutils-r1_run_phase() { # in the sys.path_importer_cache) mkdir -p "${BUILD_DIR}/lib" || die - # We need separate home for each implementation, for .pydistutils.cfg. - if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then - local -x HOME=${HOME}/${EPYTHON} - mkdir -p "${HOME}" || die - fi - # Set up build environment, bug #513664. local -x AR=${AR} CC=${CC} CPP=${CPP} CXX=${CXX} tc-export AR CC CPP CXX -- 2.8.2