From: Zac Medico Date: Fri, 26 Oct 2007 16:34:51 +0000 (-0000) Subject: Add missing break statement for xmatch minimum-visible. X-Git-Tag: v2.2_pre1~500 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33adea25f18c496592b4505a582bbb64af647eac;p=portage.git Add missing break statement for xmatch minimum-visible. svn path=/main/trunk/; revision=8310 --- 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