Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/
Date: Fri, 22 Jun 2018 18:25:23
Message-Id: 1529691853.ffdbcac1b3652fec02efcc695ba15409bfda19f3.ulm@gentoo
1 commit: ffdbcac1b3652fec02efcc695ba15409bfda19f3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 16 21:57:42 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 18:24:13 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ffdbcac1
7
8 general-concepts/use-flags: deprecate LINGUAS in favour of L10N
9
10 general-concepts/use-flags/text.xml | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
14 index 88da628..0e46546 100644
15 --- a/general-concepts/use-flags/text.xml
16 +++ b/general-concepts/use-flags/text.xml
17 @@ -240,10 +240,10 @@ src_compile() {
18 <body>
19
20 <p>
21 - The <c>VIDEO_CARDS</c>, <c>INPUT_DEVICES</c> and <c>LINGUAS</c> variables
22 + The <c>VIDEO_CARDS</c>, <c>INPUT_DEVICES</c> and <c>L10N</c> variables
23 are automatically expanded into USE flags. These are known as
24 - <c>USE_EXPAND</c> variables. If the user has <c>LINGUAS="en fr"</c> in
25 - <c>make.conf</c>, for example, then <c>USE="linguas_en linguas_fr"</c> will
26 + <c>USE_EXPAND</c> variables. If the user has <c>L10N="en fr"</c> in
27 + <c>make.conf</c>, for example, then <c>USE="l10n_en l10n_fr"</c> will
28 automatically be set by Portage.
29 </p>