summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 60792d7e5..fb2a9ad2c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1891,7 +1891,8 @@ for x in effective_scanlist:
for expanded_arch in profiles:
if expanded_arch == "**":
continue
- arches.add((keyword, expanded_arch, (arch, keyword)))
+ arches.add((keyword, expanded_arch,
+ (expanded_arch, "~" + expanded_arch)))
else:
arches.add((keyword, arch, (arch, keyword)))
else:
@@ -1899,7 +1900,8 @@ for x in effective_scanlist:
for expanded_arch in profiles:
if expanded_arch == "**":
continue
- arches.add((keyword, expanded_arch, (keyword,)))
+ arches.add((keyword, expanded_arch,
+ (expanded_arch,)))
else:
arches.add((keyword, keyword, (keyword,)))
if not arches: