projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4839ec9
)
Pass the myparent parameter into _show_unsatisfied_dep() when
author
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Feb 2008 02:57:18 +0000
(
02:57
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Feb 2008 02:57:18 +0000
(
02:57
-0000)
available.
svn path=/main/branches/2.1.2/; revision=9323
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 6482bfb25c5d3edc020d83b814a28e5e12d0d03d..12e756357b3ab9c0fbc5cd6cc737e8986fd2b0bb 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-1787,7
+1787,8
@@
class depgraph:
self._missing_args.append(arg)
if "selective" not in self.myparams:
- self._show_unsatisfied_dep(myroot, arg)
+ self._show_unsatisfied_dep(
+ myroot, arg, myparent=myparent)
return 0
pkg = Package(type_name=mytype, root=myroot,