From: Zac Medico Date: Tue, 6 Nov 2007 17:27:52 +0000 (-0000) Subject: Remove the usage.obsolete "KEYWORDS contain -*" warning since people X-Git-Tag: v2.1.3.19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b47bb17c6f9717b85ad5c101633324bb7d9b7c4;p=portage.git Remove the usage.obsolete "KEYWORDS contain -*" warning since people are using -* to indicate that a package should not be tried on archs other than those for which it already has KEYWORDS. svn path=/main/branches/2.1.2/; revision=8448 --- diff --git a/bin/repoman b/bin/repoman index 149dd1729..4609d522c 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1299,9 +1299,6 @@ for x in scanlist: # KEYWORDS="-*" is a stupid replacement for package.mask and screws general KEYWORDS semantics if "-*" in keywords: - stats["usage.obsolete"] += 1 - fails["usage.obsolete"].append( - x+'/'+y+'.ebuild: KEYWORDS contain -*') haskeyword = False for kw in keywords: if kw[0] == "~":