Remove the usage.obsolete "KEYWORDS contain -*" warning since people v2.1.3.19
authorZac Medico <zmedico@gentoo.org>
Tue, 6 Nov 2007 17:27:52 +0000 (17:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 6 Nov 2007 17:27:52 +0000 (17:27 -0000)
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

bin/repoman

index 149dd172931c25e474e4eee483a2f1186d8f6e6f..4609d522c4d647149860479dc7ae9639a5030ed8 100755 (executable)
@@ -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] == "~":