Bug #334365 - When parsing dependencies of installed packages in
authorZac Medico <zmedico@gentoo.org>
Thu, 26 Aug 2010 00:05:01 +0000 (17:05 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 Aug 2010 00:05:01 +0000 (17:05 -0700)
commit99fbc0b6720f354a722ba329d737d37e4dded8dd
tree68b8ce5e7b7f9917b77a88012e44f1e88e854b25
parent5ca155745b2c65af4a1550c860478166a30acc10
Bug #334365 - When parsing dependencies of installed packages in
depgraph._add_pkg_deps(), ignore invalid USE conditionals, since
these are a common problem and it's practical to ignore them for
installed packages.

TODO: For installed package, save any InvalidDependString info in
dynamic_config and wait until display_problems() to show it. For
packages that aren't installed, we should validate and mask them
before they are selected.
pym/_emerge/depgraph.py