typo fix
authorMarius Mauch <genone@gentoo.org>
Thu, 11 Oct 2007 08:17:24 +0000 (08:17 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 11 Oct 2007 08:17:24 +0000 (08:17 -0000)
svn path=/main/trunk/; revision=8049

pym/portage/dbapi/vartree.py

index 2b226ffc4ec0a1fd9dde7445a9f70d836424b880..d1e1868e79e94d0493d9e11ced164d14a09a619a 100644 (file)
@@ -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