summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 71fb58ac3..97566d3f1 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1619,6 +1619,8 @@ for x in scanlist:
myteststr = mydepstr[len(token):]
else:
myteststr = mydepstr
+ myteststr = myteststr.replace("(+)", "")
+ myteststr = myteststr.replace("(-)", "")
if myteststr.endswith(" "+token):
myteststr = myteststr[:-len(token)]
while myteststr.find(" "+token+" ") != -1: