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 1RalMq-0007Pt-P9 for garchives@archives.gentoo.org; Wed, 14 Dec 2011 09:43:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B9E21C09A; Wed, 14 Dec 2011 09:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2026E21C09A for ; Wed, 14 Dec 2011 09:43:08 +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 93EC51B401A for ; Wed, 14 Dec 2011 09:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C05928004A for ; Wed, 14 Dec 2011 09:43:06 +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: <32a5e5531d6fa0520478ff831953702365ca6cd9.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 32a5e5531d6fa0520478ff831953702365ca6cd9 Date: Wed, 14 Dec 2011 09:43:06 +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: 3cfb4295-a6e0-411c-9c4f-fe37d6148535 X-Archives-Hash: 5bfe7bb55e2b3006782beaaaa0acdc37 commit: 32a5e5531d6fa0520478ff831953702365ca6cd9 Author: Zac Medico gentoo org> AuthorDate: Wed Dec 14 09:42:56 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Dec 14 09:42:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D32a5e553 Filter __PORTAGE_TEST_HARDLINK_LOCKS from env. --- bin/phase-functions.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index 6dcf2b6..664202a 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -28,7 +28,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_HARDLINK_LOCKS" =20 PORTAGE_SAVED_READONLY_VARS=3D"A CATEGORY P PF PN PR PV PVR" =20