when it's possible to select a node that only has unsatisfied PDEPEND. This
reverts an unintended change from the patch for bug #250020, and solves a
problem with libperl being merged after perl when building stage 1.
svn path=/main/trunk/; revision=12613
break
if not selected_nodes and \
not (prefer_asap and asap_nodes):
- for i in xrange(priority_range.NONE, priority_range.SOFT + 1):
+ for i in xrange(priority_range.NONE,
+ priority_range.MEDIUM_SOFT + 1):
ignore_priority = priority_range.ignore_priority[i]
nodes = get_nodes(ignore_priority=ignore_priority)
if nodes: