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 879351382DE for ; Sun, 3 Jul 2016 18:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 701A4E0AD7; Sun, 3 Jul 2016 18:25:38 +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 10715E0AD7 for ; Sun, 3 Jul 2016 18:25:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 811BD340D22 for ; Sun, 3 Jul 2016 18:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAED513FF for ; Sun, 3 Jul 2016 18:25:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1467570323.a9c810832dc49fb0e444a53fb841b77e2be558e3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/distutils-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a9c810832dc49fb0e444a53fb841b77e2be558e3 X-VCS-Branch: master Date: Sun, 3 Jul 2016 18:25:33 +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-Archives-Salt: 94e36af4-c672-4a51-83be-7e71d82f4a7a X-Archives-Hash: ac6c233f877cd901a433faa061799ca9 commit: a9c810832dc49fb0e444a53fb841b77e2be558e3 Author: Mike Gilbert gentoo org> AuthorDate: Mon Jun 20 20:30:16 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jul 3 18:25:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c81083 distutils-r1.eclass: reset XDG env vars Bug: https://bugs.gentoo.org/577704 eclass/distutils-r1.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index c545290..fb0362c 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -80,7 +80,7 @@ esac if [[ ! ${_DISTUTILS_R1} ]]; then [[ ${EAPI} == [45] ]] && inherit eutils -inherit toolchain-funcs +inherit toolchain-funcs xdg-utils if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then inherit multiprocessing python-r1 @@ -749,6 +749,7 @@ distutils-r1_src_prepare() { distutils-r1_src_configure() { python_export_utf8_locale + xdg_environment_reset # Bug 577704 if declare -f python_configure >/dev/null; then _distutils-r1_run_foreach_impl python_configure