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 1RdaAy-0007m9-N3 for garchives@archives.gentoo.org; Thu, 22 Dec 2011 04:22:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F1C21C04E; Thu, 22 Dec 2011 04:22:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DA0D021C04E for ; Thu, 22 Dec 2011 04:22:31 +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 640CE1B4011 for ; Thu, 22 Dec 2011 04:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 51CA080042 for ; Thu, 22 Dec 2011 04:22:30 +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: 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: e1c6bba8c26525cca498894237c6421f86c98dfb Date: Thu, 22 Dec 2011 04:22:30 +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: cefd47a8-5b8b-4087-9012-01d57250acde X-Archives-Hash: ad9f07cedee53e750c69f17341b03a87 commit: e1c6bba8c26525cca498894237c6421f86c98dfb Author: Zac Medico gentoo org> AuthorDate: Thu Dec 22 04:22:18 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Dec 22 04:22:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3De1c6bba8 make.globals: don't define PORTDIR with EPREFIX We want make.globals defaults to evaluate the same, regardless of the current prefix that we're using it for (bug #395633). --- cnf/make.globals | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cnf/make.globals b/cnf/make.globals index cd06fdc..8578585 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -30,7 +30,7 @@ ACCEPT_LICENSE=3D"* -@EULA" ACCEPT_PROPERTIES=3D"*" =20 # Repository Paths -PORTDIR=3D${EPREFIX}/usr/portage +PORTDIR=3D/usr/portage DISTDIR=3D${PORTDIR}/distfiles PKGDIR=3D${PORTDIR}/packages RPMDIR=3D${PORTDIR}/rpm