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 855561478..df7c0c0e2 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1046,7 +1046,7 @@ for x in scanlist:
if dropped_keywords:
stats["KEYWORDS.dropped"] += 1
fails["KEYWORDS.dropped"].append(
- relative_path + " dropped keywords: %s" % \
+ relative_path + ": %s" % \
" ".join(sorted(dropped_keywords)))
slot_keywords[myaux["SLOT"]].update(ebuild_archs)