Add some more info about where the problem is coming from when atoms cannot be resolved.
authorJason Stubbs <jstubbs@gentoo.org>
Thu, 29 Sep 2005 16:44:42 +0000 (16:44 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Thu, 29 Sep 2005 16:44:42 +0000 (16:44 -0000)
svn path=/main/branches/2.0/; revision=2062

bin/emerge

index fb180d2193064591f8e869086ead2b37b89b08f4..7b926edaa40003ff27cad16af469ffd01b0dabae 100755 (executable)
@@ -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