diff options
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |