projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4856e
)
Fix typo in comment. (trunk r14798)
v2.1.7.4
author
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Nov 2009 01:19:10 +0000
(
01:19
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Nov 2009 01:19:10 +0000
(
01:19
-0000)
svn path=/main/branches/2.1.7/; revision=14799
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 50c44f9e8de8bf8a6ff8aefeaa7719412b68fb32..6dea92c94cfa9558151fd3fbf1e084575e513e65 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-1343,7
+1343,7
@@
class depgraph(object):
atom_pkg_graph.remove(pkg)
# Yield < and <= atoms first, since those are more likely to
- # cause
a
slot conflicts, and we want those atoms to be displayed
+ # cause slot conflicts, and we want those atoms to be displayed
# in the resulting slot conflict message (see bug #291142).
less_than = []
not_less_than = []