[EMAIL PROTECTED] wrote:
> This makes you want to use ACCEPT_KEYWORDS on the command line, but
> after seeing the reasons for not doing that in recent posts I decided
> to follow the suggestions, and not do it.
>
> So either you must cycle thru enough `emerge -v kde' to find all
> packages needing unmasking and do it in /etc/portage/package.keywords
> or maybe in /etc/make.conf with `ACCEPT_KEYWORDS=~x86'.
What about
ACCEPT_KEYWORDS="~x86" emerge -p kde-meta
and then copy the whole list to /etc/portage/package.keywords?
ACCEPT_KEYWORDS="~x86" emerge -p kde-meta |
gawk '/\[ebuild/ {sub(/[^]]+\] /,"");sub(/-[0-9].+$/," ~x86");print}'
Michael
--
[email protected] mailing list