From: Zac Medico Date: Tue, 16 Jan 2007 20:56:47 +0000 (-0000) Subject: Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs aren... X-Git-Tag: v2.1.2-r1~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a11d20f4e05ff22d07fd557ba47bd98070f51949;p=portage.git Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs aren't available for some packages. Thanks to Brent Baude for reporting. svn path=/main/trunk/; revision=5675 --- diff --git a/pym/portage.py b/pym/portage.py index a45f62cc3..2ea696645 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -4045,6 +4045,8 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None): all_available = True for atom in atoms: if not mydbapi.match(atom): + if vardb and vardb.match(atom): + continue all_available = False break