diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-03-28 00:05:37 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-03-28 00:05:37 +0000 |
commit | b5647299bd2b67c372447189e4cd88e40223082a (patch) | |
tree | b8867f32bfdc1f03edf8975e83fd1f16f8f8d032 | |
parent | c70f27915f70b125790fb1d67c5d1c9cc7d8ee1b (diff) | |
download | portage-b5647299bd2b67c372447189e4cd88e40223082a.tar.gz portage-b5647299bd2b67c372447189e4cd88e40223082a.tar.bz2 portage-b5647299bd2b67c372447189e4cd88e40223082a.zip |
Remove redundant info from the KEYWORDS.dropped message.
svn path=/main/trunk/; revision=9523
-rwxr-xr-x | bin/repoman | 2 |
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) |