projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd25b6
)
Fix typo in comment.
v2.2_rc49
author
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Nov 2009 01:18:54 +0000
(
01:18
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Nov 2009 01:18:54 +0000
(
01:18
-0000)
svn path=/main/trunk/; revision=14798
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index e8c4514df6a985b3865bf05de3aa33079aa3fd6d..157d84babb28e32ac65fabd2a68b21d2fbb3bcdb 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 = []