dbapi.cp_list: remove special case for virtuals
authorZac Medico <zmedico@gentoo.org>
Sun, 22 Apr 2012 18:57:25 +0000 (11:57 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Apr 2012 18:57:25 +0000 (11:57 -0700)
commitd30db49bcaecbdeb20f6d4e180979b60b6260f69
treea8c460d319896a5bf4e784ce21d4b8e827e80e44
parentb93b24f9fa1b2761aa0768274bd93ade9b526961
dbapi.cp_list: remove special case for virtuals

Since commit d603f1440c814377fbc1965729fd9b6b008cf76d, the match caches
use the result from dep_expand for the cache_key, so the caches are
free of old-style virtual mappings. This allows the match caches to be
safely shared with cp_list.
pym/_emerge/PackageVirtualDbapi.py
pym/portage/dbapi/porttree.py
pym/portage/dbapi/virtual.py