summaryrefslogtreecommitdiff
path: root/src/backend/uninstallAllForce.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/uninstallAllForce.py')
-rw-r--r--src/backend/uninstallAllForce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/uninstallAllForce.py b/src/backend/uninstallAllForce.py
index 1c37ace..d3e78ed 100644
--- a/src/backend/uninstallAllForce.py
+++ b/src/backend/uninstallAllForce.py
@@ -7,7 +7,7 @@ import sisyphus.syncDatabase
def start(pkgname):
if sisyphus.checkEnvironment.root():
- portageExec = subprocess.Popen(['emerge', '--quiet', '--unmerge', '--ask'] + list(pkgname), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
+ portageExec = subprocess.Popen(['emerge', '--quiet', '--unmerge', '--ask'] + list(pkgname))
portageExec.wait()
sisyphus.syncDatabase.syncLocal()
else: