projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83b172
)
typo fix
author
Marius Mauch
<genone@gentoo.org>
Thu, 11 Oct 2007 08:17:24 +0000
(08:17 -0000)
committer
Marius 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
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 2b226ffc4ec0a1fd9dde7445a9f70d836424b880..d1e1868e79e94d0493d9e11ced164d14a09a619a 100644
(file)
--- 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