Make depgraph.select_files() detect when a package name given as an argument
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Apr 2008 00:37:10 +0000 (00:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Apr 2008 00:37:10 +0000 (00:37 -0000)
commit8ec5af26b02cdc3613f2545e4c0be4eee158352e
treeab84ce947e9cdb4a52c026a2162121c205cb9454
parent54d03621bfb6bc13911a2461ad818aa744285fbe
Make depgraph.select_files() detect when a package name given as an argument
is ambiguous due to the existence of a new-style virtual with the same
name (cpv_expand() will not always raise a ValueError in cases like this).

svn path=/main/trunk/; revision=9762
pym/_emerge/__init__.py