Pass the ldpath_mtimes for unmerging the already-installed instance.
authorZac Medico <zmedico@gentoo.org>
Fri, 30 Jun 2006 09:09:07 +0000 (09:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 30 Jun 2006 09:09:07 +0000 (09:09 -0000)
svn path=/main/trunk/; revision=3714

pym/portage.py

index e9e9d6860cd4fc7bd1b1829025b447b631579674..e7bb750bb7c29e92d38c6a2d1b86d18ef014d3a7 100644 (file)
@@ -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")