summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-06 17:21:13 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-06 17:21:13 +0000
commit19318c35b1ec8698bf94ae0fad1c026c5f4a9f55 (patch)
tree029511f7d2cacde55d22b07c80e7240bcab60760 /bin/repoman
parent0853b8a0c0bc139b2e5156f233e4e1872a42852f (diff)
downloadportage-19318c35b1ec8698bf94ae0fad1c026c5f4a9f55.tar.gz
portage-19318c35b1ec8698bf94ae0fad1c026c5f4a9f55.tar.bz2
portage-19318c35b1ec8698bf94ae0fad1c026c5f4a9f55.zip
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/trunk/; revision=8447
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index 472fb3278..85d27d20a 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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] == "~":