summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-11-08 12:19:18 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-11-08 12:19:18 +0000
commitac654bb5bc04e9e6be0ecf6b69821ebb969de85b (patch)
tree53f4f2a5a3e81b7658c20ae49f6a961f8aef7eea /bin
parent3b174c870a838ff5c0b557c308df21d27421b469 (diff)
downloadportage-ac654bb5bc04e9e6be0ecf6b69821ebb969de85b.tar.gz
portage-ac654bb5bc04e9e6be0ecf6b69821ebb969de85b.tar.bz2
portage-ac654bb5bc04e9e6be0ecf6b69821ebb969de85b.zip
Clean up reporting of the parent of an unsatisfied atom.
svn path=/main/trunk/; revision=2264
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge11
1 files changed, 4 insertions, 7 deletions
diff --git a/bin/emerge b/bin/emerge
index 3a38f66a0..8a8b6beb4 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1277,17 +1277,14 @@ class depgraph:
print
print "For more information, see MASKED PACKAGES section in the emerge man page or "
print "refer to the Gentoo Handbook."
- if myparent:
- print "!!! "+red(xfrom)
- print
else:
print "\n!!! "+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 "+xinfo+"."
- if myparent:
- print xfrom
- print
+ print "\nemerge: there are no ebuilds to satisfy "+green(xinfo)+"."
+ if myparent:
+ print xfrom
+ print
return 0
if "--debug" in myopts: