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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user