summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index e5619679f..8b4ff25ea 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -2937,7 +2937,6 @@ class MergeTask(object):
# as soon as possible.
if "--fetchonly" not in self.myopts and \
"--fetch-all-uri" not in self.myopts and \
- len(mylist) > 1 and \
"strict" in self.settings.features:
shown_verifying_msg = False
quiet_settings = {}