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 1RJHoe-0004yt-5e for garchives@archives.gentoo.org; Thu, 27 Oct 2011 04:43:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A0EA21C0EE; Thu, 27 Oct 2011 04:43:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CEC221C0EE for ; Thu, 27 Oct 2011 04:43:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A848E1B401F for ; Thu, 27 Oct 2011 04:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1AC0080042 for ; Thu, 27 Oct 2011 04:43:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/make.conf.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ced0da06aaf1bf9f89e9aa7947f58980ff98e365 Date: Thu, 27 Oct 2011 04:43:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 62b9f10a769812c73e7187fdd926db90 commit: ced0da06aaf1bf9f89e9aa7947f58980ff98e365 Author: Zac Medico gentoo org> AuthorDate: Thu Oct 27 04:43:25 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 27 04:43:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dced0da06 man/make.conf.5: mention LINGUAS in USE_ORDER doc The reason for env.d being in USE_ORDER is not really obvious, so mention LINGUAS as an example (from bug #187016). --- man/make.conf.5 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 23d5e2b..b9206b4 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -886,7 +886,8 @@ USE from \fBebuild\fR(5) IUSE defaults USE from make.defaults and package.use in the repo (see \fBportage\fR(5)= ) .TP .B env.d -USE from the environment variables defined by files in \fI/etc/env.d/\fR +USE from the environment variables, such as LINGUAS, defined by files in +\fI/etc/env.d/\fR .RE =20 .SH "REPORTING BUGS"