projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541f404
)
Remove old code the used to bump portage near the top of the merge list. It's ineffec...
author
Zac Medico
<zmedico@gentoo.org>
Mon, 6 Nov 2006 09:31:49 +0000
(09:31 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 6 Nov 2006 09:31:49 +0000
(09:31 -0000)
svn path=/main/trunk/; revision=4951
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 1b7d0681acc64a535346e92da74bff59f7d173bc..996924dcdec75d2b7d2e7710a17bb2c8cee23e64 100755
(executable)
--- 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