BACKGROUND: I've recently started making more use of portage sets to organize packages that used to all be in my world file. What I started to notice was that when running world updates, emerge no longer highlighted packages I have selected, since they were outside of the world file. I would like to be able to configure how packages in sets are displayed so that I can give them the same colorization. FEATURE: Three new settings should be added to /etc/portage/color.map: PKG_MERGE_SET, PKG_BINARY_MERGE_SET, and PKG_NOMERGE_SET. I've opened a pull request with these changes here: https://github.com/gentoo/portage/pull/25
This is now fixed in git: <https://gitweb.gentoo.org/proj/portage.git/commit/?id=739845a6eab95fbc44eab1b7b938c860563631d7>.
New type of fix in git: <https://gitweb.gentoo.org/proj/portage.git/commit/?id=40cdc1c3f467ac94d3a966777eb6a0907c269550>.
BTW "man color.map" mentions /etc/portage/color.map but it does not exist currently
This feature was reverted in favor of bug 583164: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a91492450d86abb34bbd05ccaf0e60d8b1c973a0
(In reply to Toralf Förster from comment #3) > BTW "man color.map" mentions /etc/portage/color.map but it does not exist > currently It only exists if you create it.