projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ba175
)
Add some more info about where the problem is coming from when atoms cannot be resolved.
author
Jason Stubbs
<jstubbs@gentoo.org>
Thu, 29 Sep 2005 16:44:42 +0000
(16:44 -0000)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index fb180d2193064591f8e869086ead2b37b89b08f4..7b926edaa40003ff27cad16af469ffd01b0dabae 100755
(executable)
--- 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