From: Zac Medico Date: Tue, 4 Aug 2009 08:44:28 +0000 (-0000) Subject: In the dep_zapdeps() code from bug #278729, set all_use_satisfied = False X-Git-Tag: v2.2_rc36~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ca7113a07cf04334d675f2328931417bfb944af;p=portage.git In the dep_zapdeps() code from bug #278729, set all_use_satisfied = False if the choice includes an unavailable package. svn path=/main/trunk/; revision=13893 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index d5de770f3..10d294231 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -7152,6 +7152,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None): mydbapi.aux_get(avail_pkg, ["SLOT"])[0]) if not avail_pkg: all_available = False + all_use_satisfied = False break if atom.use: