Remove the usage.obsolete "KEYWORDS contain -*" warning since people
authorZac Medico <zmedico@gentoo.org>
Tue, 6 Nov 2007 17:21:13 +0000 (17:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 6 Nov 2007 17:21:13 +0000 (17:21 -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/trunk/; revision=8447

bin/repoman

index 472fb3278e9fc1528c77518995ad970c412d6222..85d27d20af658361f8476a9db84b296f88f2915c 100755 (executable)
@@ -1174,9 +1174,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] == "~":