another fix in the wall

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@359 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-07-31 21:16:48 +00:00
parent b9980ba77b
commit 042d7e5b2f
+2 -2
View File
@@ -721,8 +721,8 @@ def synthetizeRoughDependencies(roughDependencies, useflags = None):
if dependencies.endswith(dbOR):
dependencies = dependencies[:len(dependencies)-len(dbOR)]
dependencies += " "
elif (openParenthesis == 2):
if dependencies.endswith("+"):
elif (openParenthesis > 1):
if dependencies.endswith("|and|"):
dependencies = dependencies[:len(dependencies)-len("|and|")]
dependencies += " "
openParenthesis -= 1