From: Jason Stubbs Date: Thu, 29 Sep 2005 16:44:42 +0000 (-0000) Subject: Add some more info about where the problem is coming from when atoms cannot be resolved. X-Git-Tag: v2.0.53_rc4_2111~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d3c012aa8555957aa7f1f54a8be4e2403388ab7;p=portage.git Add some more info about where the problem is coming from when atoms cannot be resolved. svn path=/main/branches/2.0/; revision=2062 --- 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