From af3fffe0d2717c5bfbe8d185479b53d434a72d7e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 26 Mar 2011 00:38:23 -0700 Subject: unmerge: fix PORTAGE_BACKGROUND logic --- pym/_emerge/actions.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 84ed27c9e..865c68396 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2602,6 +2602,13 @@ def action_uninstall(settings, trees, ldpath_mtimes, sched._background = sched._background_mode() sched._status_display.quiet = True + if sched._background: + sched.settings.unlock() + sched.settings["PORTAGE_BACKGROUND"] = "1" + sched.settings.backup_changes("PORTAGE_BACKGROUND") + sched.settings.lock() + sched.pkgsettings[root] = portage.config(clone=sched.settings) + if action in ('clean', 'unmerge') or \ (action == 'prune' and "--nodeps" in opts): # When given a list of atoms, unmerge them in the order given. -- cgit v1.2.3-1-g7c22