From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA6ED138247 for ; Mon, 2 Dec 2013 01:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8484E085B; Mon, 2 Dec 2013 01:23:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 282F5E085B for ; Mon, 2 Dec 2013 01:23:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2B0B33EEF2 for ; Mon, 2 Dec 2013 01:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6C6E2110004 for ; Mon, 2 Dec 2013 01:23:27 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1385947342.affbb1ae1f19f261e21c691a745c965654721c82.dol-sen@gentoo> 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: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: affbb1ae1f19f261e21c691a745c965654721c82 X-VCS-Branch: master Date: Mon, 2 Dec 2013 01:23:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed98dbe6-68cb-4e1a-8739-7a984ab3263d X-Archives-Hash: a1f7014035528910acac0641d887fd5a commit: affbb1ae1f19f261e21c691a745c965654721c82 Author: Alexander Berntsen plaimi net> AuthorDate: Mon Dec 2 01:17:45 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Dec 2 01:22:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=affbb1ae make.conf.5, Mention sourced files syntax --- man/make.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index ab9b44e..c271d17 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -12,7 +12,8 @@ simple shell\-like expansion of the form \fIvar="${var}"\fR, the source keyword and variable substitution, but not some of the more advanced BASH features like arrays and special parameter expansions. For more details, see the Simple lexical analysis documentation: -\fLhttp://docs.python.org/3/library/shlex.html\fR. +\fLhttp://docs.python.org/3/library/shlex.html\fR. Note that if you source +files, they need to be in the same shlex syntax for portage to read them. .br Portage will check the currently\-defined environment variables first for any settings. If no environment settings are found,