projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7d2491
)
Fix a typo in a comment.
v2.2_rc90
author
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 20:38:28 +0000
(13:38 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 20:38:28 +0000
(13:38 -0700)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 846d3ece56f7325335949a8b92f1661be952b5fc..a71c39e1b7d8389271c6a3805d9a73f78dd9465e 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-920,7
+920,7
@@
class depgraph(object):
backtrack_data.append((to_be_masked, parent_atoms))
if not backtrack_data:
- # This shouldn't happen, but fall back to th old
+ # This shouldn't happen, but fall back to th
e
old
# behavior if this gets triggered somehow.
backtrack_data = fallback_data