projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bdfab8
)
Fix a typo in a comment.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Oct 2010 18:26:18 +0000
(11:26 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Oct 2010 18:26:18 +0000
(11:26 -0700)
pym/_emerge/resolver/slot_collision.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/resolver/slot_collision.py
b/pym/_emerge/resolver/slot_collision.py
index 78259a4f0525b7d9cf013b6536a89bda6d55d0de..f6cf94d916692afd28c3f011ae713ae2b94f85d6 100644
(file)
--- a/
pym/_emerge/resolver/slot_collision.py
+++ b/
pym/_emerge/resolver/slot_collision.py
@@
-149,7
+149,7
@@
class slot_conflict_handler(object):
self.solutions.extend(new_solutions)
if first_config:
#If the "all ebuild"-config gives a solution, use it.
- #Otherwise enumerate all other so
ul
tions.
+ #Otherwise enumerate all other so
lu
tions.
if self.debug:
writemsg("All-ebuild configuration has a solution. Aborting search.\n", noiselevel=-1)
break