summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-05 08:08:09 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-05 08:08:09 +0000
commitaa013d9bd12e3602829309006b271c301982bbbb (patch)
treeff6ed3a1b6669cdd8e170b1a5325f6625b4cfdf9 /pym/portage/__init__.py
parentc0922bff562a159c00f4978f4796a8e950ed073b (diff)
downloadportage-aa013d9bd12e3602829309006b271c301982bbbb.tar.gz
portage-aa013d9bd12e3602829309006b271c301982bbbb.tar.bz2
portage-aa013d9bd12e3602829309006b271c301982bbbb.zip
Use the EbuildPhase class to execute the "clean" phase asynchronously.
svn path=/main/trunk/; revision=10938
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index abba1f39e..ca3de8c2c 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -5003,7 +5003,8 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
if mydo in clean_phases:
retval = spawn(_shell_quote(ebuild_sh_binary) + " clean",
- mysettings, debug=debug, free=1, logfile=None)
+ mysettings, debug=debug, fd_pipes=fd_pipes, free=1,
+ logfile=None, returnpid=returnpid)
return retval
# get possible slot information from the deps file