Gentoo Archives: gentoo-user

From: "Florian Gamböck" <ml@×××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LINGUAS issue
Date: Thu, 12 Nov 2015 18:21:38
Message-Id: 20151112182122.GB2646@lira
In Reply to: [gentoo-user] LINGUAS issue by Francisco Ares
1 Hi Francisco,
2
3 On 2015-11-12 15:20, Francisco Ares wrote:
4 > Is there a way for specifying particular "LINGUAS" for individual
5 > packages?
6
7 Sure there is. In fact, "LINGUAS=pt_BR" is just syntactical sugar for
8 "USE=linguas_pt_BR". So for your specific case with tesseract, you would add a
9 line to packages.use, saying:
10
11 app-text/tesseract linguas_pt
12
13 Hope that helps!
14
15 --Flo