From 14128dbfe0557248545d19184a3ede23e9a78664 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Mar 2006 01:03:30 +0000 Subject: Do the clean phase at the end of dblink.treewalk() to ensure that it is triggered when both source and binary packages are merged. See bug #105706. svn path=/main/trunk/; revision=2843 --- pym/portage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index af446927e..122f2e128 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6097,7 +6097,8 @@ class dblink: # Process ebuild logfiles elog_process(self.mycpv, self.settings) - + if "noclean" not in features: + doebuild(myebuild, "clean", root, self.settings, cleanup=cleanup, tree=self.treetype) return 0 def mergeme(self,srcroot,destroot,outfile,secondhand,stufftomerge,cfgfiledict,thismtime): -- cgit v1.2.3-1-g7c22