* [gentoo-commits] portage r15708 - main/branches/2.1.7/pym/_emerge
@ 2010-03-02 21:13 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 21:13 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2010-03-02 21:13:39 +0000 (Tue, 02 Mar 2010)
New Revision: 15708
Modified:
main/branches/2.1.7/pym/_emerge/Scheduler.py
Log:
Add a note in _find_system_deps about needing the system set added to the
graph. (trunk r15510)
Modified: main/branches/2.1.7/pym/_emerge/Scheduler.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/Scheduler.py 2010-03-02 21:13:18 UTC (rev 15707)
+++ main/branches/2.1.7/pym/_emerge/Scheduler.py 2010-03-02 21:13:39 UTC (rev 15708)
@@ -357,6 +357,9 @@
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()
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-02 21:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 21:13 [gentoo-commits] portage r15708 - main/branches/2.1.7/pym/_emerge Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox