From 33adea25f18c496592b4505a582bbb64af647eac Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 26 Oct 2007 16:34:51 +0000 Subject: Add missing break statement for xmatch minimum-visible. svn path=/main/trunk/; revision=8310 --- pym/portage/dbapi/porttree.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-1-g7c22