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 1RdaIP-0001B5-Cv for garchives@archives.gentoo.org; Thu, 22 Dec 2011 04:30:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6BD21C029; Thu, 22 Dec 2011 04:30:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8840F21C029 for ; Thu, 22 Dec 2011 04:30:13 +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 0C3931B4021 for ; Thu, 22 Dec 2011 04:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1DDF880042 for ; Thu, 22 Dec 2011 04:30:12 +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: <9164879113f6ac42bdec498739fbae2ce6af9ae3.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/make.globals X-VCS-Directories: cnf/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9164879113f6ac42bdec498739fbae2ce6af9ae3 Date: Thu, 22 Dec 2011 04:30:12 +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: 01dd2089-d871-4aa6-b125-05114fa87675 X-Archives-Hash: fd74dbc75197b3d0176eccf6602f02fb commit: 9164879113f6ac42bdec498739fbae2ce6af9ae3 Author: Zac Medico gentoo org> AuthorDate: Thu Dec 22 04:29:51 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Dec 22 04:29:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D91648791 make.globals: don't define TMPDIR with EPREFIX Same reason as commit e1c6bba8c26525cca498894237c6421f86c98dfb. --- cnf/make.globals | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cnf/make.globals b/cnf/make.globals index 8578585..fade448 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -36,7 +36,7 @@ PKGDIR=3D${PORTDIR}/packages RPMDIR=3D${PORTDIR}/rpm =20 # Temporary build directory -PORTAGE_TMPDIR=3D${EPREFIX}/var/tmp +PORTAGE_TMPDIR=3D/var/tmp =20 # Fetching command (3 tries, passive ftp for firewall compatibility) FETCHCOMMAND=3D"wget -t 3 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\= " \"\${URI}\""