or unmerge, in case the registry has been changed by a parallel emerge
instance.
svn path=/main/trunk/; revision=11779
try:
mylink.lockdb()
if mylink.exists():
+ vartree.dbapi.plib_registry.load()
retval = mylink.unmerge(trimworld=mytrimworld, cleanup=1,
ldpath_mtimes=ldpath_mtimes)
if retval == os.EX_OK:
retval = -1
self.lockdb()
try:
+ self.vartree.dbapi.plib_registry.load()
retval = self.treewalk(mergeroot, myroot, inforoot, myebuild,
cleanup=cleanup, mydbapi=mydbapi, prev_mtimes=prev_mtimes)
# undo registrations of preserved libraries, bug #210501