Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13497 - main/branches/2.1.6/bin
Date: Thu, 30 Apr 2009 07:09:58
Message-Id: E1LzQP5-0007ko-KQ@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 07:09:55 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13497
4
5 Modified:
6 main/branches/2.1.6/bin/repoman
7 Log:
8 Ensure that the correct PORTDIR setting is passed into the profile-specific
9 config constructors. (trunk r13335)
10
11 Modified: main/branches/2.1.6/bin/repoman
12 ===================================================================
13 --- main/branches/2.1.6/bin/repoman 2009-04-30 07:09:07 UTC (rev 13496)
14 +++ main/branches/2.1.6/bin/repoman 2009-04-30 07:09:55 UTC (rev 13497)
15 @@ -501,6 +501,7 @@
16 # Generate an appropriate PORTDIR_OVERLAY value for passing into the
17 # profile-specific config constructor calls.
18 env = os.environ.copy()
19 +env['PORTDIR'] = portdir
20 env['PORTDIR_OVERLAY'] = ' '.join(portdb.porttrees[1:])
21
22 logging.info('Setting paths:')