From 3ca7113a07cf04334d675f2328931417bfb944af Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 4 Aug 2009 08:44:28 +0000 Subject: 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 --- pym/portage/__init__.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-1-g7c22