From: Zac Medico Date: Sun, 10 Feb 2008 02:57:18 +0000 (-0000) Subject: Pass the myparent parameter into _show_unsatisfied_dep() when X-Git-Tag: v2.1.4.4~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a063d4cbe6c637a53505ed79e757b44a99181fa;p=portage.git Pass the myparent parameter into _show_unsatisfied_dep() when available. svn path=/main/branches/2.1.2/; revision=9323 --- diff --git a/bin/emerge b/bin/emerge index 6482bfb25..12e756357 100755 --- 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,