From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RYiDx-00046G-Uc for garchives@archives.gentoo.org; Thu, 08 Dec 2011 17:57:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39B3221C085; Thu, 8 Dec 2011 17:57:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C29821C085 for ; Thu, 8 Dec 2011 17:57:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37AF01B400F for ; Thu, 8 Dec 2011 17:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 43DD180042 for ; Thu, 8 Dec 2011 17:57:28 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <721965014e863a7f385576a919b4e10abf5ce9d5.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/_config/, bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-functions.sh pym/portage/package/ebuild/_config/special_env_vars.py X-VCS-Directories: pym/portage/package/ebuild/_config/ bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 721965014e863a7f385576a919b4e10abf5ce9d5 Date: Thu, 8 Dec 2011 17:57:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fe93eb44-cb9b-4611-baa7-3f2d4692deb0 X-Archives-Hash: 2ac3ac0221ef48b5c04089b1ad920979 commit: 721965014e863a7f385576a919b4e10abf5ce9d5 Author: Zac Medico gentoo org> AuthorDate: Thu Dec 8 17:57:00 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Dec 8 17:57:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D72196501 Whitelist/filter __PORTAGE_TEST_EPREFIX. --- bin/phase-functions.sh | 3 ++- .../package/ebuild/_config/special_env_vars.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index b194242..482b5b1 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -27,7 +27,8 @@ PORTAGE_READONLY_VARS=3D"D EBUILD EBUILD_PHASE \ PORTAGE_SAVED_READONLY_VARS PORTAGE_SIGPIPE_STATUS \ PORTAGE_TMPDIR PORTAGE_UPDATE_ENV PORTAGE_USERNAME \ PORTAGE_VERBOSE PORTAGE_WORKDIR_MODE PORTDIR PORTDIR_OVERLAY \ - PROFILE_PATHS REPLACING_VERSIONS REPLACED_BY_VERSION T WORKDIR" + PROFILE_PATHS REPLACING_VERSIONS REPLACED_BY_VERSION T WORKDIR \ + __PORTAGE_TEST_EPREFIX" =20 PORTAGE_SAVED_READONLY_VARS=3D"A CATEGORY P PF PN PR PV PVR" =20 diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py b/pym= /portage/package/ebuild/_config/special_env_vars.py index 206836d..9ac37fb 100644 --- a/pym/portage/package/ebuild/_config/special_env_vars.py +++ b/pym/portage/package/ebuild/_config/special_env_vars.py @@ -66,7 +66,7 @@ environ_whitelist +=3D [ "REPLACING_VERSIONS", "REPLACED_BY_VERSION", "ROOT", "ROOTPATH", "T", "TMP", "TMPDIR", "USE_EXPAND", "USE_ORDER", "WORKDIR", - "XARGS", + "XARGS", "__PORTAGE_TEST_EPREFIX", ] =20 # user config variables