Created attachment 717246 [details] Output from emerge showing color oddity I have noticed that in some emerge output that the colorization sometimes switches between the "bright" and "normal" variants. I am not sure if this is a bug or expected behavior. In the attached image showing an emerge update of @world on a MIPS machine using binary packages, the top package sys-apps/tcp-wrappers through app-arch/cpio are in the "normal" magenta ANSI terminal color. But following that, from package net-misc/keychain to sys-fs/xfsprogs, the packages are colorized in "bright" magenta ANSI color. This repeats itself randomly down the list. Even normal source packages are affected, dev-python/lxml and dev-python/pyyaml being in "normal" green and the bottom-most package app-portage/repoman being in "bright" green. This could just be an aspect of emerge being "playful", but it could also be caused by not closing the ANSI color tags correctly. So I figured I'd report it and see what the real cause is. I do have "candy" in FEATURES, but the description of that parameter doesn't imply it renders this kind of output.
Created attachment 717249 [details] emerge --info output