summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-06-07 23:01:02 +0200
committerZac Medico <zmedico@gentoo.org>2010-08-12 01:17:24 -0700
commitada441750cbca93503ab611d8ea13e666e9bdabf (patch)
tree162918eab31778f10e83496ef24d3685d3d16e0c /pym/_emerge
parent98e6bb4cafafd15e4f208305fef6b2fe476d5315 (diff)
downloadportage-ada441750cbca93503ab611d8ea13e666e9bdabf.tar.gz
portage-ada441750cbca93503ab611d8ea13e666e9bdabf.tar.bz2
portage-ada441750cbca93503ab611d8ea13e666e9bdabf.zip
slot_collision_handler: Minor formatting changes
Diffstat (limited to 'pym/_emerge')
-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