Walter Dnes <waltd...@waltdnes.org> wrote:
>   I seem to remember that Google Chrome used to build with all L10N
> locales disabled.  But I just ran a pretend emerge and I got...
>
> www-client/google-chrome [...] L10N="af am ..."

It seems that the use flags default to "on".

>  how can I turn it off?

/etc/pportage/package.use/l10n
(or some other file in that directory or the file package.use):

www-client/google-chrome L10N: -* en-GB

Here, en-GB is just a random example for a locale which should
be active; you can append more or none.

If you want to avoid similar “problems” with other packages,
you can alternatively set

*/* L10N: -*

and then just specify the locales you want explicitly:

www-client/google-chrome L10N: en-GB


Reply via email to