summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/emerge b/bin/emerge
index fb180d219..7b926edaa 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1271,6 +1271,8 @@ class depgraph:
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
return 0