From: Zac Medico Date: Thu, 30 Apr 2009 07:09:55 +0000 (-0000) Subject: Ensure that the correct PORTDIR setting is passed into the profile-specific X-Git-Tag: v2.1.6.12~76 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ce28de02f9a9b0cf9b1a39e3fd3dacd64c71fc19;p=portage.git Ensure that the correct PORTDIR setting is passed into the profile-specific config constructors. (trunk r13335) svn path=/main/branches/2.1.6/; revision=13497 --- diff --git a/bin/repoman b/bin/repoman index e1af1c749..46fdae0f8 100755 --- a/bin/repoman +++ b/bin/repoman @@ -501,6 +501,7 @@ portdir = portdb.porttrees[0] # Generate an appropriate PORTDIR_OVERLAY value for passing into the # profile-specific config constructor calls. env = os.environ.copy() +env['PORTDIR'] = portdir env['PORTDIR_OVERLAY'] = ' '.join(portdb.porttrees[1:]) logging.info('Setting paths:')