summaryrefslogtreecommitdiffstats
path: root/pym/portage/_global_updates.py
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-09-04 20:08:35 +0200
committerFabian Groffen <grobian@gentoo.org>2010-09-04 20:08:35 +0200
commit4c365322a910333edf7928f9ce228d5e9af24608 (patch)
tree92af89651a3c13e6460efbceaa61f76bd7b2d09b /pym/portage/_global_updates.py
parentf8f1d8c4ffd6848297e810181707adf87e442bb6 (diff)
downloadportage-4c365322a910333edf7928f9ce228d5e9af24608.tar.gz
portage-4c365322a910333edf7928f9ce228d5e9af24608.tar.bz2
portage-4c365322a910333edf7928f9ce228d5e9af24608.zip
use EROOT with WORLD_FILE
Diffstat (limited to 'pym/portage/_global_updates.py')
-rw-r--r--pym/portage/_global_updates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/_global_updates.py b/pym/portage/_global_updates.py
index ed5141121..b06cab36f 100644
--- a/pym/portage/_global_updates.py
+++ b/pym/portage/_global_updates.py
@@ -49,7 +49,7 @@ def _global_updates(trees, prev_mtimes):
# only populated with local packages here (getbinpkgs=0).
bindb.bintree.populate()
- world_file = os.path.join(root, WORLD_FILE)
+ world_file = os.path.join(mysettings['EROOT'], WORLD_FILE)
world_list = grabfile(world_file)
world_modified = False
world_warnings = set()