aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-06-17 00:57:42 +0300
committerUlrich Müller <ulm@gentoo.org>2018-06-22 20:24:13 +0200
commitffdbcac1b3652fec02efcc695ba15409bfda19f3 (patch)
tree4c40a946ceedd5b61b6684a99b3e6d376301d79d /general-concepts/use-flags
parentfunction-reference/install-functions: add ban notes about libopts and dolib (diff)
downloaddevmanual-ffdbcac1b3652fec02efcc695ba15409bfda19f3.tar.gz
devmanual-ffdbcac1b3652fec02efcc695ba15409bfda19f3.tar.bz2
devmanual-ffdbcac1b3652fec02efcc695ba15409bfda19f3.zip
general-concepts/use-flags: deprecate LINGUAS in favour of L10N
Diffstat (limited to 'general-concepts/use-flags')
-rw-r--r--general-concepts/use-flags/text.xml6
1 files 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>