From f72b9d68e950b9a2da2c86bad028e1c34ad14345 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 Sep 2007 20:42:18 +0000 Subject: Move a newline to fix formatting. (trunk r7858) svn path=/main/branches/2.1.2/; revision=7859 --- bin/emerge | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/emerge') diff --git a/bin/emerge b/bin/emerge index f5690df21..a715d935f 100755 --- a/bin/emerge +++ b/bin/emerge @@ -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)+"." -- cgit v1.2.3-1-g7c22