From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OmB3i-0004Ux-25 for garchives@archives.gentoo.org; Thu, 19 Aug 2010 19:45:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57666E07C6; Thu, 19 Aug 2010 19:45:04 +0000 (UTC) Received: from mail.informasoftware.com (173.221.47.101.nw.nuvox.net [173.221.47.101]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C47AE07C6 for ; Thu, 19 Aug 2010 19:45:03 +0000 (UTC) Received: from [192.168.100.48] ([192.168.100.48] RDNS failed) by mail.informasoftware.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 19 Aug 2010 15:45:03 -0400 Message-ID: <4C6D89BE.3060204@kutulu.org> Date: Thu, 19 Aug 2010 15:45:02 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org CC: Andrea Conti Subject: Re: [gentoo-user] LINGUAS References: <201008182339.17677.alan.mckinnon@gmail.com> <87pqxeu6s8.fsf@newton.gmurray.org.uk> <4C6D32B4.6030702@alyf.net> In-Reply-To: <4C6D32B4.6030702@alyf.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Aug 2010 19:45:03.0310 (UTC) FILETIME=[045096E0:01CB3FD7] X-Archives-Salt: 96321583-b97a-4d20-bba1-3e5c81bd3226 X-Archives-Hash: 311308ce9693d8a3b4f7c69d546817c7 On 8/19/2010 9:33 AM, Andrea Conti wrote: >> On the other hand LINGUAS is still a general variable AFAIK and not >> portage specific. > > LINGUAS is strictly portage-specific. It's used to control the > compile-time inclusion of languages and/or locales for packages which > have that kind of option (i.e. OpenOffice, KDE, Firefox and many > others); as such it is generally set in make.conf, although it can be > controlled on a per-package basis as others have said. It's more accurate to say LINGUAS is "build-time specific". Portage is not the only build process/package manager/configuration system/coffee maker that knows what LINGUAS means. It's the "official" (as far as there is such a thing) place to store the list of gettext translations you want on your system, and most autotools-based builds and binary package managers also recognize it. --Mike