summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman3
1 files changed, 0 insertions, 3 deletions
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] == "~":