summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-10-07 15:51:30 +0000
committerZac Medico <zmedico@gentoo.org>2008-10-07 15:51:30 +0000
commit4f99e705dba7f7c57b319f2959301ccd746e5a2d (patch)
treed5a91652beed9457e6735583afb6aee96646c2a2
parentChange the "qawarnings" variable from a list to a set. (diff)
downloadportage-multirepo-4f99e705dba7f7c57b319f2959301ccd746e5a2d.tar.gz
portage-multirepo-4f99e705dba7f7c57b319f2959301ccd746e5a2d.tar.bz2
portage-multirepo-4f99e705dba7f7c57b319f2959301ccd746e5a2d.zip
Make "qawarnings" a normal set since the missingvars code might modify it.
svn path=/main/trunk/; revision=11652
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 0ad3579d..5c2f03a5 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",