zucker sbin # eix-sync -q real 1.32 user 0.68 sys 0.05 Seems it is running time on emerge --sync and not redirecting it's output. For a "quiet" run, running time is probably bogus anyway.
A related problem: In eix-0.12.4, `eix-sync` runs `emerge --sync` quietly before displaying the diffs; eix-0.13.3-r1 displays the `emerge --sync` output. I definitely prefer the quiet version.
The POSIX "time -p" command always outputs the time on stderr. =/
(In reply to comment #2) > The POSIX "time -p" command always outputs the time on stderr. =/ Yes, but it is the only variant for which the output format is defined. Anyway, time was replaced by a manual solution in new eix-versions. There were several reason why the quiet output is not supported anymore, most importantly the --ask option. You can use hooks to redirect manually. *** This bug has been marked as a duplicate of bug 235269 ***