From: Zac Medico Date: Tue, 7 Oct 2008 15:51:30 +0000 (-0000) Subject: Make "qawarnings" a normal set since the missingvars code might modify it. X-Git-Tag: v2.2_rc12~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f99e705dba7f7c57b319f2959301ccd746e5a2d;p=portage.git Make "qawarnings" a normal set since the missingvars code might modify it. svn path=/main/trunk/; revision=11652 --- diff --git a/bin/repoman b/bin/repoman index 0ad3579d4..5c2f03a56 100755 --- a/bin/repoman +++ b/bin/repoman @@ -322,7 +322,7 @@ qahelp={ qacats = qahelp.keys() qacats.sort() -qawarnings = frozenset(( +qawarnings = set(( "changelog.missing", "changelog.notadded", "digestentry.unused",