display_preserved_libs: load plib_registry
authorZac Medico <zmedico@gentoo.org>
Thu, 28 Apr 2011 21:07:08 +0000 (14:07 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 May 2011 19:34:07 +0000 (12:34 -0700)
commit329564d1ecaff96f894283200906c2c22a1ede7e
treee9e8cec4fca7a3f7efb96d6e40c00ae8087f9899
parent3258a23b517ab5130c151af5e96ec6445ca97174
display_preserved_libs: load plib_registry

Since commit 7535cabdf2fab76fc55df83643157613dfd66be9, the
plib_registry is modified in a subprocess, and the parent
process' copy can become stale because of this. Therefore,
explicitly load it.
pym/_emerge/main.py