Use frozenset for config.usemask and useforce attributes, so there's
authorZac Medico <zmedico@gentoo.org>
Fri, 27 Aug 2010 00:07:38 +0000 (17:07 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 27 Aug 2010 00:07:38 +0000 (17:07 -0700)
commit397cc5a82580e67284fd83835deddbc63f4a833f
tree1dd3c1306af754511b834bd7719e46527f154c1b
parentada7f4f6f009d2eab5d98e5e6f284a80738bb55b
Use frozenset for config.usemask and useforce attributes, so there's
no need to copy them during clone operations. Also, there's no need
to copy config.puse since its an immutable string.
pym/portage/package/ebuild/_config/UseManager.py
pym/portage/package/ebuild/config.py