projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ead65
)
Fix a typo in a comment.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Apr 2011 20:05:45 +0000
(13:05 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Apr 2011 20:05:45 +0000
(13:05 -0700)
pym/_emerge/Scheduler.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/Scheduler.py
b/pym/_emerge/Scheduler.py
index d557a14102949ba7af8dd63990ce223b46518249..55febf745826a7323232b1234b4bd36663201889 100644
(file)
--- a/
pym/_emerge/Scheduler.py
+++ b/
pym/_emerge/Scheduler.py
@@
-1378,7
+1378,7
@@
class Scheduler(PollScheduler):
In general, this keeps track of installed system packages with
unsatisfied RDEPEND or PDEPEND (circular dependencies). It can be
a fragile situation, so we don't execute any unrelated builds until
- the circular dependencies are built and in
t
stalled.
+ the circular dependencies are built and installed.
"""
graph = self._digraph
if graph is None: