diff options
-rw-r--r-- | pym/portage/dbapi/porttree.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 921293818..f0cc49ac2 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -625,6 +625,7 @@ class portdbapi(dbapi): if settings.getProfileMaskAtom(cpv, metadata): continue myval = cpv + break elif level == "bestmatch-list": #dep match -- find best match but restrict search to sublist #no point in calling xmatch again since we're not caching list deps |