From 029ca98a4492efb618bfdde249868060e16f51f1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Jun 2008 23:52:19 +0000 Subject: Inside, create_trees(), pass target_root="/" into the config constructor when necessary to override the setting in make.conf. (trunk r10598) svn path=/main/branches/2.1.2/; revision=10599 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index f845fc12d..9abbc53af 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -10695,7 +10695,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