Don't collapse the tuple into a hash, since dict can use __eq__ to avoid problems...
authorZac Medico <zmedico@gentoo.org>
Sun, 10 Dec 2006 19:41:18 +0000 (19:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 10 Dec 2006 19:41:18 +0000 (19:41 -0000)
commit134b22bf236bd6c531a59f6444d5707f166027d8
tree687148ce25dd4cfb7f6c385ccb6a23c11319bf67
parentb2bb670b019ad5e15097578bec75ea36ff5586d6
Don't collapse the tuple into a hash, since dict can use __eq__ to avoid problems with hash collisions.  Thanks to Brian Harring for reporting.

svn path=/main/trunk/; revision=5262
pym/portage_dep.py