* Tweak isvalidatom() to treat "null" category as valid, but missing category
authorZac Medico <zmedico@gentoo.org>
Sat, 31 May 2008 09:17:07 +0000 (09:17 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 31 May 2008 09:17:07 +0000 (09:17 -0000)
commit85c6b18a55fef178328dd7f8fbd1f271bf5e24c3
tree817e7c0a96c89e33762da6eed3f5f55cbc9d465a
parentfecc6af2264ea2d62121bc545fe7817c26956058
* Tweak isvalidatom() to treat "null" category as valid, but missing category
  as invalid (previously both where treated as invalid).

* Fix a spot inside emerge's unmerge() function that sometimes generates
  invalid atoms by adding an unnecessary "=" to the front. Even when in
  cases that resulted in a valid atom here, adding the "=" was redundant
  because dep_expand() does that automatically now (for backward compat).
(trunk r10516)

svn path=/main/branches/2.1.2/; revision=10517
bin/emerge
pym/portage_dep.py