From b4c5ff35ccadd7bfd9f1a39560d429d2daaed04a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Apr 2010 14:35:08 -0700 Subject: Add a comment about special USE deps handling which is required in order to avoid missing updates. --- pym/_emerge/depgraph.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pym/_emerge') 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: -- cgit v1.2.3-1-g7c22