summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index bb8f582c7..d2421be26 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -2418,7 +2418,7 @@ class depgraph:
mykey = portage.dep_getkey(atom)
if True:
newlist.append(atom)
- if mode == "world" and atom not in world_set:
+ if mode == "system" or atom not in world_set:
# only world is greedy for slots, not system
continue
# Make sure all installed slots are updated when possible.