From: Zac Medico Date: Thu, 1 May 2008 05:30:55 +0000 (-0000) Subject: Don't add blockers to the graph more times than necessary. X-Git-Tag: v2.2_pre6~71 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5f86806f584ed91a7e89666ae224f457fcaaff7;p=portage.git Don't add blockers to the graph more times than necessary. svn path=/main/trunk/; revision=10052 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 794abddd8..a42a71d56 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -3191,6 +3191,7 @@ class depgraph(object): blocker_data = \ blocker_cache.BlockerData(counter, blocker_atoms) blocker_cache[pkg] = blocker_data + continue if blocker_data: blocker_atoms = blocker_data.atoms