When aux_get can't find a matching ebuild, simply raise a KeyError(cpv) and don't...
authorZac Medico <zmedico@gentoo.org>
Sun, 3 Sep 2006 20:47:52 +0000 (20:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 3 Sep 2006 20:47:52 +0000 (20:47 -0000)
commit5af2fbc32625fb98770136e09fc14f126b7cef67
tree992fc7fa692d3b448bcc064a249e8dd166cffbad
parent83312916228666592d472f169411a9a786d2d289
When aux_get can't find a matching ebuild, simply raise a KeyError(cpv) and don't dump redundant messages to stderr unless --debug is enabled.

svn path=/main/trunk/; revision=4393
pym/portage.py