TESTING: again portage dependencies literals parsing

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1137 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-02-05 12:04:53 +00:00
parent a4d4d33e40
commit 9ef1b3a1ca

View File

@@ -444,6 +444,8 @@ def dep_or_select(or_list):
continue
# found
return x
else:
x = [x]
for y in x:
match = getInstalledAtom(y)