diff options
| -rw-r--r-- | trunk/src/gentoolkit/helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/gentoolkit/helpers.py b/trunk/src/gentoolkit/helpers.py index a1071e7..fa4689f 100644 --- a/trunk/src/gentoolkit/helpers.py +++ b/trunk/src/gentoolkit/helpers.py @@ -85,7 +85,7 @@ def find_system_packages(prefilter=None): def find_world_packages(prefilter=None): """Returns a tuple of lists, first list is resolved world packages, seond is unresolved package names.""" - f = open(portage.root+"var/cache/edb/world") + f = open(portage.WORLD_FILE) pkglist = f.readlines() resolved = [] unresolved = [] |
