summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 19e0c430d..39c92902c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -989,7 +989,7 @@ for x in scanlist:
if mytype in ("DEPEND", "RDEPEND", "PDEPEND"):
- for token in filter(lambda x: not (x.endswith("?") or x.strip() in ("||", "&&")), mydepstr.split()):
+ for token in filter(lambda x: not (x.endswith("?") or x.strip() in ("||", "&&", "(", ")")), mydepstr.split()):
if not "/" in token:
badsyntax.append("'%s' not a valid atom" % token)