projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3997a87
)
Pass the ldpath_mtimes for unmerging the already-installed instance.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 30 Jun 2006 09:09:07 +0000
(09:09 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 30 Jun 2006 09:09:07 +0000
(09:09 -0000)
svn path=/main/trunk/; revision=3714
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index e9e9d6860cd4fc7bd1b1829025b447b631579674..e7bb750bb7c29e92d38c6a2d1b86d18ef014d3a7 100644
(file)
--- 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")