Is there an easy way to auto manage or have any sort of information about obsolete added to /etc/portage/package.keywords ?
For example those like me who prefer to run only a "stable" package built OS but occasionally have to add some needed package to package.keywords.
example:
Code: Select all
=media-sound/linuxsampler-0.4.0 ~amd64
=media-libs/liblscp-0.3.3 ~amd64
=media-libs/libgig-3.1.1 ~amd64
=media-sound/djplay-0.5.0 ~amd64
=media-libs/libdjconsole-0.1.2 ~amd64
=net-im/silc-plugin-1.1.2-r1 ~amd64
=net-wireless/ndiswrapper-1.53-r1 ~amd64
=app-cdr/isomaster-1.3.3 ~amd64However the only way we have to confirm in time if the latest update is now marked "stable" is by performing emerge -s <package> or -pv <package> and then manually remove it from package.keywords.
This is not an "issue" but in time package.keywords will grow and we lose track of what is now stable ot not.
I know that a while ago there was some method to facilitate the verification and possible removal of outdated entries from package.keywords; but i lost track of it.
Anyone has a good method to deal with this situation ?


