Make "qawarnings" a normal set since the missingvars code might modify it.
authorZac Medico <zmedico@gentoo.org>
Tue, 7 Oct 2008 15:51:30 +0000 (15:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 7 Oct 2008 15:51:30 +0000 (15:51 -0000)
svn path=/main/trunk/; revision=11652

bin/repoman

index 0ad3579d4cee871b8a16d197942b1d2c809e29c1..5c2f03a56805fdb09c3ce6c869b2547cdd97b066 100755 (executable)
@@ -322,7 +322,7 @@ qahelp={
 qacats = qahelp.keys()
 qacats.sort()
 
-qawarnings = frozenset((
+qawarnings = set((
 "changelog.missing",
 "changelog.notadded",
 "digestentry.unused",