summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-09-29 16:44:42 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-09-29 16:44:42 +0000
commit7d3c012aa8555957aa7f1f54a8be4e2403388ab7 (patch)
treebbe046f35588f240ad930771b0b5ae711061ed40 /bin
parentf0ba1758da6b088c5e745959bf8aaeb9fd07ec22 (diff)
downloadportage-7d3c012aa8555957aa7f1f54a8be4e2403388ab7.tar.gz
portage-7d3c012aa8555957aa7f1f54a8be4e2403388ab7.tar.bz2
portage-7d3c012aa8555957aa7f1f54a8be4e2403388ab7.zip
Add some more info about where the problem is coming from when atoms cannot be resolved.
svn path=/main/branches/2.0/; revision=2062
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