summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/resolver/slot_collision.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/resolver/slot_collision.py b/pym/_emerge/resolver/slot_collision.py
index 88cf8fb3f..81eb77ed2 100644
--- a/pym/_emerge/resolver/slot_collision.py
+++ b/pym/_emerge/resolver/slot_collision.py
@@ -294,8 +294,8 @@ class slot_conflict_handler(object):
if self.conflict_is_unspecific and \
not ("--newuse" in self.myopts and "--update" in self.myopts):
- msg += "!!!Enabling --newuse and --update might solve this conflict.\n"
- msg += "!!!If not, it might at least allow emerge to give a suggestions.\n\n"
+ msg += "!!! Enabling --newuse and --update might solve this conflict.\n"
+ msg += "!!! If not, it might at least allow emerge to give a suggestions.\n\n"
return msg
solutions = self.solutions