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

bin/emerge

index f5690df2185a71942ed4e433b6fa820042ffa511..a715d935f3b38773df8e48f34d2fc87d9e881a75 100755 (executable)
@@ -1970,6 +1970,7 @@ class depgraph:
                                                        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"]
@@ -1979,7 +1980,7 @@ class depgraph:
                                                                        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)+"."