In #gentoo, we fairly often get users who read 'eselect profile list' and think that 'stable' or 'dev' correspond to amd64 vs ~amd64. Usually, stable vs dev doesn't have much actual consequence to users, if any, and only stable/dev vs exp actually matters. I suggest: 1. We don't show (stable) or (dev) at all, or 2. We only show (stable) or (dev) with a --verbose flag or similar.
Displaying the profiles' status was explicitly requested in bug 643864, "to make it clear that dev/exp profiles are not intended for general use". If that distinction is no longer useful, then maybe it should be dropped from profiles.desc? eselect simply displays the information from the file. (In reply to Sam James from comment #0) > 2. We only show (stable) or (dev) with a --verbose flag or similar. We already have this: with the --brief option, the status is not shown.