From: Zac Medico Date: Tue, 27 Apr 2010 21:35:08 +0000 (-0700) Subject: Add a comment about special USE deps handling which is required in order to X-Git-Tag: v2.2_rc68~637 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b4c5ff35ccadd7bfd9f1a39560d429d2daaed04a;p=portage.git Add a comment about special USE deps handling which is required in order to avoid missing updates. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 385d18b1d..566cd2463 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2442,6 +2442,9 @@ class depgraph(object): if want_reinstall and matched_packages: continue + # Ignore USE deps for the initial match since we want to + # ensure that updates aren't missed solely due to the user's + # USE configuration. for pkg in self._iter_match_pkgs(root_config, pkg_type, atom.without_use, onlydeps=onlydeps): if pkg in self._dynamic_config._runtime_pkg_mask: