summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-06 17:27:52 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-06 17:27:52 +0000
commit4b47bb17c6f9717b85ad5c101633324bb7d9b7c4 (patch)
tree9f88bdd906518bb3e2e9228c7b175de6d0d75627
parentSimplify and fix bugs in is_valid_package_atom(). (trunk r8445) (diff)
downloadportage-multirepo-4b47bb17c6f9717b85ad5c101633324bb7d9b7c4.tar.gz
portage-multirepo-4b47bb17c6f9717b85ad5c101633324bb7d9b7c4.tar.bz2
portage-multirepo-4b47bb17c6f9717b85ad5c101633324bb7d9b7c4.zip
Remove the usage.obsolete "KEYWORDS contain -*" warning since peoplev2.1.3.19
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
-rwxr-xr-xbin/repoman3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index 149dd172..4609d522 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] == "~":