From 9ad4b520105e0ed3fc6b81091560a8de6a772134 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 6 Nov 2006 09:31:49 +0000 Subject: 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 --- bin/emerge | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22