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
# 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] == "~":