From: Zac Medico Date: Tue, 2 Mar 2010 21:13:39 +0000 (-0000) Subject: Add a note in _find_system_deps about needing the system set added to the X-Git-Tag: v2.1.8~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1b3acc792ac3ac3c4d6392f2e6cbce4d5e614ed;p=portage.git Add a note in _find_system_deps about needing the system set added to the graph. (trunk r15510) svn path=/main/branches/2.1.7/; revision=15708 --- diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py index 62d987926..b83e733bb 100644 --- a/pym/_emerge/Scheduler.py +++ b/pym/_emerge/Scheduler.py @@ -357,6 +357,9 @@ class Scheduler(PollScheduler): Find system packages and their deep runtime dependencies. Before being merged, these packages go to merge_wait_queue, to be merged when no other packages are building. + NOTE: This can only find deep system deps if the system set has been + added to the graph and traversed deeply (the depgraph "complete" + parameter will do this, triggered by emerge --complete-graph option). """ deep_system_deps = self._deep_system_deps deep_system_deps.clear()