results in bogus masking messages.
svn path=/main/trunk/; revision=14181
print "emerge: can't specify both of \"--tree\" and \"--columns\"."
return 1
+ if '--emptytree' in myopts and '--noreplace' in myopts:
+ writemsg_level("emerge: can't specify both of " + \
+ "\"--empty\" and \"--noreplace\".\n",
+ level=logging.ERROR, noiselevel=-1)
+ return 1
+
if ("--quiet" in myopts):
spinner.update = spinner.update_quiet
portage.util.noiselimit = -1