From: Zac Medico Date: Fri, 30 Jun 2006 09:09:07 +0000 (-0000) Subject: Pass the ldpath_mtimes for unmerging the already-installed instance. X-Git-Tag: v2.1.1~329 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c40449f6e9746d92ef1d6a9d819b2395d8e6bab5;p=portage.git Pass the ldpath_mtimes for unmerging the already-installed instance. svn path=/main/trunk/; revision=3714 --- diff --git a/pym/portage.py b/pym/portage.py index e9e9d6860..e7bb750bb 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6320,7 +6320,7 @@ class dblink: if os.path.exists(self.dbpkgdir): writemsg_stdout(">>> Safely unmerging already-installed instance...\n") self.dbdir = self.dbpkgdir - self.unmerge(oldcontents,trimworld=0) + self.unmerge(oldcontents, trimworld=0, ldpath_mtimes=prev_mtimes) self.dbdir = self.dbtmpdir writemsg_stdout(">>> Original instance of package unmerged safely.\n")