Gentoo Archives: gentoo-user

From: Andrea Conti <alyf@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LINGUAS
Date: Thu, 19 Aug 2010 13:34:08
Message-Id: 4C6D32B4.6030702@alyf.net
In Reply to: Re: [gentoo-user] LINGUAS by Elmar Hinz
1 > On the other hand LINGUAS is still a general variable AFAIK and not
2 > portage specific.
3
4 LINGUAS is strictly portage-specific. It's used to control the
5 compile-time inclusion of languages and/or locales for packages which
6 have that kind of option (i.e. OpenOffice, KDE, Firefox and many
7 others); as such it is generally set in make.conf, although it can be
8 controlled on a per-package basis as others have said.
9
10 On the other hand, things like bash and coreutils usually have a "nls"
11 USE flag which controls the compile-time inclusion of *all* supported
12 localizations.
13
14 Packages built with support for multiple locales will usually pick the
15 right one at run-time by looking at the LANG and LC_* environment variables.
16 (See http://www.gentoo.org/doc/en/guide-localization.xml#doc_chap3 for
17 more details)
18
19 andrea

Replies

Subject Author
Re: [gentoo-user] LINGUAS Elmar Hinz <oss.elmar@××××××××××.com>
Re: [gentoo-user] LINGUAS Mike Edenfield <kutulu@××××××.org>