From: Zac Medico Date: Fri, 28 Mar 2008 00:05:37 +0000 (-0000) Subject: Remove redundant info from the KEYWORDS.dropped message. X-Git-Tag: v2.2_pre6~322 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b5647299bd2b67c372447189e4cd88e40223082a;p=portage.git Remove redundant info from the KEYWORDS.dropped message. svn path=/main/trunk/; revision=9523 --- 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)