From: Zac Medico Date: Mon, 6 Nov 2006 09:31:49 +0000 (-0000) Subject: Remove old code the used to bump portage near the top of the merge list. It's ineffec... X-Git-Tag: v2.1.2~503 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ad4b520105e0ed3fc6b81091560a8de6a772134;p=portage.git Remove old code the used to bump portage near the top of the merge list. It's ineffective now that a complete depgraph is built. svn path=/main/trunk/; revision=4951 --- diff --git a/bin/emerge b/bin/emerge index 1b7d0681a..996924dcd 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1635,9 +1635,7 @@ class depgraph: newlist = [] for atom in mylist: mykey = portage.dep_getkey(atom) - if portage.catsplit(mykey)[-1] == "portage": - newlist.insert(0, atom) - else: + if True: newlist.append(atom) """Make sure all installed slots are updated when possible. Do this with --emptytree also, to ensure that all slots are