From: Zac Medico Date: Sun, 12 Apr 2009 17:31:35 +0000 (-0000) Subject: Ensure that the correct PORTDIR setting is passed into the profile-specific X-Git-Tag: v2.2_rc31~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7cd8528c63d5be3a86c33610a4463fb4e71fe4f2;p=portage.git Ensure that the correct PORTDIR setting is passed into the profile-specific config constructors. svn path=/main/trunk/; revision=13335 --- diff --git a/bin/repoman b/bin/repoman index 709e5537b..e64432a26 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:')