Move a newline to fix formatting.
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2007 20:41:52 +0000 (20:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2007 20:41:52 +0000 (20:41 -0000)
svn path=/main/trunk/; revision=7858

pym/emerge/__init__.py

index 87ef8ad1b55fe075a4c065f97aa79ea062ea9814..5fd783225f29a7ca5eb49cf858c28eac3d95d4f8 100644 (file)
@@ -1923,6 +1923,7 @@ class depgraph(object):
                                                        print "For more information, see MASKED PACKAGES section in the emerge man page or "
                                                        print "refer to the Gentoo Handbook."
                                                else:
+                                                       print
                                                        alleb = bindb.match(x)
                                                        if alleb:
                                                                chost = pkgsettings["CHOST"]
@@ -1932,7 +1933,7 @@ class depgraph(object):
                                                                        if chost != pkg_chost:
                                                                                mreasons.append("CHOST: %s" % pkg_chost)
                                                                        print "- "+p+" (masked by: "+", ".join(mreasons)+")"
-                                                       print "\n!!! "+red("There are no packages available to satisfy: ")+green(xinfo)
+                                                       print "!!! "+red("There are no packages available to satisfy: ")+green(xinfo)
                                                        print "!!! Either add a suitable binary package or compile from an ebuild."
                                        else:
                                                print "\nemerge: there are no ebuilds to satisfy "+green(xinfo)+"."