* Tweak isvalidatom() to treat "null" category as valid, but missing category
authorZac Medico <zmedico@gentoo.org>
Sat, 31 May 2008 09:11:25 +0000 (09:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 31 May 2008 09:11:25 +0000 (09:11 -0000)
commit60f8dd151644aea0547d58bd59733b0466d01298
treeb93197cb808c245971b709c46ce8c7ed327c7df7
parent3fffbe3667570d1ee9dc55e799d214e10c79d5b8
* 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).

svn path=/main/trunk/; revision=10516
pym/_emerge/__init__.py
pym/portage/dep.py