commit:     ffdbcac1b3652fec02efcc695ba15409bfda19f3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 21:57:42 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 18:24:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ffdbcac1

general-concepts/use-flags: deprecate LINGUAS in favour of L10N

 general-concepts/use-flags/text.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/general-concepts/use-flags/text.xml 
b/general-concepts/use-flags/text.xml
index 88da628..0e46546 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -240,10 +240,10 @@ src_compile() {
 <body>
 
 <p>
-       The <c>VIDEO_CARDS</c>, <c>INPUT_DEVICES</c> and <c>LINGUAS</c> 
variables
+       The <c>VIDEO_CARDS</c>, <c>INPUT_DEVICES</c> and <c>L10N</c> variables
        are automatically expanded into USE flags. These are known as
-       <c>USE_EXPAND</c> variables. If the user has <c>LINGUAS="en fr"</c> in
-       <c>make.conf</c>, for example, then <c>USE="linguas_en linguas_fr"</c> 
will
+       <c>USE_EXPAND</c> variables. If the user has <c>L10N="en fr"</c> in
+       <c>make.conf</c>, for example, then <c>USE="l10n_en l10n_fr"</c> will
        automatically be set by Portage.
 </p>
 

Reply via email to