From: Zac Medico Date: Tue, 2 Mar 2010 20:27:10 +0000 (-0000) Subject: Update the spinner in depgraph._serialize_tasks when searching for X-Git-Tag: v2.1.8~126 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=63057c83d149b5322de0f029b11d0b1ba32bb459;p=portage.git Update the spinner in depgraph._serialize_tasks when searching for suitable uninstall tasks. (trunk r15369) svn path=/main/branches/2.1.7/; revision=15596 --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 90b556f75..1986a0b22 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -3673,6 +3673,7 @@ class depgraph(object): # best possible choice, but the current algorithm # is simple and should be near optimal for most # common cases. + self._spinner_update() mergeable_parent = False parent_deps = set() for parent in mygraph.parent_nodes(task):