From: Zac Medico Date: Wed, 3 Dec 2008 20:41:50 +0000 (-0000) Subject: When --keep-going drops packages due to unsatisfied dependencies, include X-Git-Tag: v2.1.6_rc3~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a40c62909bb2974927b1f5afaffe859f4a57e9e2;p=portage.git When --keep-going drops packages due to unsatisfied dependencies, include them in the list of packgaes that "failed to build or install" that's displayed at the end. Thanks to Jeremy Olexa for the suggestion. (trunk r12144) svn path=/main/branches/2.1.6/; revision=12145 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index daed4789e..168067aaa 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -10451,6 +10451,7 @@ class Scheduler(PollScheduler): # not valid here. settings.pop("T", None) portage.elog.elog_process(pkg.cpv, settings) + self._failed_pkgs_all.append(self._failed_pkg(pkg=pkg)) return True