From: Zac Medico Date: Mon, 1 Mar 2010 07:03:49 +0000 (-0000) Subject: Add a note in _find_system_deps about needing the system set added to the X-Git-Tag: v2.2_rc64~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c52b0bca5879010f38dedf418813f2210e4df739;p=portage.git Add a note in _find_system_deps about needing the system set added to the graph. svn path=/main/trunk/; revision=15510 --- diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py index 0f113416f..a97adc041 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()