summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 2b226ffc4..d1e1868e7 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -148,7 +148,7 @@ class LibraryPackageMap(object):
obj_dict = {}
for cpv in self._dbapi.cpv_all():
needed_list = grabfile(self._dbapi.getpath(cpv, "NEEDED"))
- for l in needed_list
+ for l in needed_list:
mysplit = l.split()
if len(mysplit) < 2:
continue