eclass_cache: fix volatile cache DigestException
authorZac Medico <zmedico@gentoo.org>
Mon, 17 Oct 2011 21:42:09 +0000 (14:42 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 17 Oct 2011 21:42:09 +0000 (14:42 -0700)
commit58b1c71329f9d9ce0ee3a004d9ecaa8887d1dfd5
tree5b0438cb4b6075e313dc833247cf81ba1a4022f9
parent85256ed31e67655530dc26a4a036bfda963e9722
eclass_cache: fix volatile cache DigestException

The deepcopy in catch/volatile.py misbehaved when it tried to copy
attributes like __DEEPCOPY__ that didn't correspond to known functions.
pym/portage/eclass_cache.py