summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-09-27 20:41:52 +0000
committerZac Medico <zmedico@gentoo.org>2007-09-27 20:41:52 +0000
commit08f6848b838b855cfd287831a1235aaf26c6b56d (patch)
tree8e1a94f2275a29c093c2fecc463abddc172595ca
parent17302506b585ea9e34b37758083b2c59e6577a7a (diff)
downloadportage-08f6848b838b855cfd287831a1235aaf26c6b56d.tar.gz
portage-08f6848b838b855cfd287831a1235aaf26c6b56d.tar.bz2
portage-08f6848b838b855cfd287831a1235aaf26c6b56d.zip
Move a newline to fix formatting.
svn path=/main/trunk/; revision=7858
-rw-r--r--pym/emerge/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 87ef8ad1b..5fd783225 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -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)+"."