From: Marius Mauch Date: Thu, 11 Oct 2007 08:17:24 +0000 (-0000) Subject: typo fix X-Git-Tag: v2.2_pre1~648 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b59ba9a6df46ab0f9147f847db92e5509a0ee0fc;p=portage.git typo fix svn path=/main/trunk/; revision=8049 --- 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