On Thu, 12 Feb 2015 07:59:57 +0100 bitlord <bitlord0...@gmail.com> wrote:
> On Wed, 11 Feb 2015 21:09:44 +0200 > Gevisz <gev...@gmail.com> wrote: > > > What is the elegant way to switch off all but one linguas variables > > for a given package. > > > > I have tried all "obvious" solutions but they seem to do not work. > > > > For example, I have tried to put the following line > > into /etc/portage/package.use file: www-client/chromium -nls > > -linguas* linguas_en linguas_pl > > > > So far I am afraid to recompile everything with global -nls USE flag > > and LINGUAS="en" in /etc/portage/make.conf. So, trying to cut the > > cat's tail by parts. :) > > > > For package specific env, check > https://wiki.gentoo.org/wiki//etc/portage/env Thank you for the link. It seems that I need something like described in its Example 1. Will try it later today.