to Martin Gysel (bearsh) <m.gysel@gmx.ch> for this patch. (trunk r15307)
svn path=/main/branches/2.1.7/; revision=15542
class SetConfig(object):
def __init__(self, paths, settings, trees):
- self._parser = SafeConfigParser()
+ self._parser = SafeConfigParser(
+ defaults={"PORTAGE_CONFIGROOT" : settings["PORTAGE_CONFIGROOT"]})
#self._parser.read(paths)
# The "paths" argument is ignored and the config for
# system and world sets is hardcoded below.