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>
Thu, 28 Apr 2011 21:07:08 +0000 (14:07 -0700)
commit593b57110c6f441d03d9ae623de9ff99a2e57905
tree713a7104d6f25088b5bceec32cdff7cd8ff46fd0
parentebb887ee7606ec2dd7b266dd3538e68b31ac3a38
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