summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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")