In update_dbentries(), use != rather than "is not" to make sure that updates never...
authorZac Medico <zmedico@gentoo.org>
Fri, 6 Oct 2006 22:03:40 +0000 (22:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 6 Oct 2006 22:03:40 +0000 (22:03 -0000)
commit42b85c0d4bceb13489c5f12c9e24039c10b132c0
tree841eb677ab90276e3568babc6181416226cb0eee
parent2c94aaf40f387016738b91c94992adb840ab08ba
In update_dbentries(), use != rather than "is not" to make sure that updates never occur unnecessarily.

svn path=/main/trunk/; revision=4607
pym/portage_update.py