From b3882c095a289d5df7207015ca06de82dd72e425 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 4 Feb 2010 19:31:11 +0000 Subject: Bug #303445 - Fix getmaskingreason() to reset comment state when looping to the next package.mask file. svn path=/main/trunk/; revision=15321 --- pym/portage/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index eae469ac9..6d358f516 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -8576,10 +8576,9 @@ def getmaskingreason(mycpv, metadata=None, settings=None, portdb=None, return_lo if mycp in settings.pmaskdict: for x in settings.pmaskdict[mycp]: if match_from_list(x, cpv_slot_list): - comment = "" - l = "\n" - comment_valid = -1 for pmask in pmasklists: + comment = "" + comment_valid = -1 pmask_filename = os.path.join(pmask[0], "package.mask") for i in range(len(pmask[1])): l = pmask[1][i].strip() -- cgit v1.2.3-1-g7c22