diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-09-29 16:44:42 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-09-29 16:44:42 +0000 |
commit | 7d3c012aa8555957aa7f1f54a8be4e2403388ab7 (patch) | |
tree | bbe046f35588f240ad930771b0b5ae711061ed40 | |
parent | f0ba1758da6b088c5e745959bf8aaeb9fd07ec22 (diff) | |
download | portage-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
-rwxr-xr-x | bin/emerge | 2 |
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 |