summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/util/__init__.py')
-rw-r--r--pym/portage/util/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py
index 248c33bf2..fed229a5d 100644
--- a/pym/portage/util/__init__.py
+++ b/pym/portage/util/__init__.py
@@ -271,7 +271,7 @@ def stack_lists(lists, incremental=1, remember_source_file=False,
if warn_for_unmatched_removal:
for source_file, tokens in unmatched_removals.items():
- if len(tokens) > 3:
+ if len(tokens) > 4:
selected = [tokens.pop(), tokens.pop(), tokens.pop()]
writemsg(_("--- Unmatch removal atoms in %s: %s and %s more\n") % (source_file, ", ".join(selected), len(tokens)-3),
noiselevel=-1)