Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: cnf/
Date: Thu, 22 Dec 2011 04:22:40
Message-Id: e1c6bba8c26525cca498894237c6421f86c98dfb.zmedico@gentoo
1 commit: e1c6bba8c26525cca498894237c6421f86c98dfb
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 04:22:18 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 04:22:18 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e1c6bba8
7
8 make.globals: don't define PORTDIR with EPREFIX
9
10 We want make.globals defaults to evaluate the same, regardless of
11 the current prefix that we're using it for (bug #395633).
12
13 ---
14 cnf/make.globals | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/cnf/make.globals b/cnf/make.globals
18 index cd06fdc..8578585 100644
19 --- a/cnf/make.globals
20 +++ b/cnf/make.globals
21 @@ -30,7 +30,7 @@ ACCEPT_LICENSE="* -@EULA"
22 ACCEPT_PROPERTIES="*"
23
24 # Repository Paths
25 -PORTDIR=${EPREFIX}/usr/portage
26 +PORTDIR=/usr/portage
27 DISTDIR=${PORTDIR}/distfiles
28 PKGDIR=${PORTDIR}/packages
29 RPMDIR=${PORTDIR}/rpm