diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-10-07 15:51:30 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-10-07 15:51:30 +0000 |
commit | 4f99e705dba7f7c57b319f2959301ccd746e5a2d (patch) | |
tree | d5a91652beed9457e6735583afb6aee96646c2a2 | |
parent | 94f06f24e95e39f1a76137125bdf21a02d84e990 (diff) | |
download | portage-4f99e705dba7f7c57b319f2959301ccd746e5a2d.tar.gz portage-4f99e705dba7f7c57b319f2959301ccd746e5a2d.tar.bz2 portage-4f99e705dba7f7c57b319f2959301ccd746e5a2d.zip |
Make "qawarnings" a normal set since the missingvars code might modify it.
svn path=/main/trunk/; revision=11652
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
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", |