summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index a132da574..7428162fc 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6239,7 +6239,7 @@ class dblink:
# Why is the package already merged here db-wise? Shouldn't be the case
# only unmerge if it ia new package and has no contents
if not self.getcontents():
- self.unmerge()
+ self.unmerge(ldpath_mtimes=prev_mtimes)
self.delete()
self.unlockdb()
sys.exit(1)