summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-01 07:03:49 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-01 07:03:49 +0000
commitc52b0bca5879010f38dedf418813f2210e4df739 (patch)
tree40d3941047574cce361a132a73425b125e719c77 /pym
parenteec0f5fdeed109c2723ca8b48d6215e338cb5f80 (diff)
downloadportage-c52b0bca5879010f38dedf418813f2210e4df739.tar.gz
portage-c52b0bca5879010f38dedf418813f2210e4df739.tar.bz2
portage-c52b0bca5879010f38dedf418813f2210e4df739.zip
Add a note in _find_system_deps about needing the system set added to the
graph. svn path=/main/trunk/; revision=15510
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/Scheduler.py3
1 files changed, 3 insertions, 0 deletions
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()