From dc82c752c653cd57c22291e79f8dae06181f55a2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Jun 2008 23:50:16 +0000 Subject: Inside, create_trees(), pass target_root="/" into the config constructor when necessary to override the setting in make.conf. svn path=/main/trunk/; revision=10598 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index f4e246c9e..55a5399c9 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -6757,7 +6757,7 @@ def create_trees(config_root=None, target_root=None, trees=None): myroots = [(settings["ROOT"], settings)] if settings["ROOT"] != "/": - settings = config(config_root=None, target_root=None, + settings = config(config_root=None, target_root="/", config_incrementals=portage.const.INCREMENTALS) # When ROOT != "/" we only want overrides from the calling # environment to apply to the config that's associated -- cgit v1.2.3-1-g7c22