From b59ba9a6df46ab0f9147f847db92e5509a0ee0fc Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 11 Oct 2007 08:17:24 +0000 Subject: typo fix svn path=/main/trunk/; revision=8049 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22