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 CD3FB138010 for ; Sun, 19 Aug 2012 21:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A797E0676; Sun, 19 Aug 2012 21:34:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0AD00E0676 for ; Sun, 19 Aug 2012 21:34:37 +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 915C61B413B for ; Sun, 19 Aug 2012 21:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 20B17E543D for ; Sun, 19 Aug 2012 21:34:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1345412024.fab71caabba4e57ffcbed0651abcee014d1c960f.zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fab71caabba4e57ffcbed0651abcee014d1c960f X-VCS-Branch: master Date: Sun, 19 Aug 2012 21:34:34 +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: c0444e45-ab45-4a91-8716-63da41c2dd1e X-Archives-Hash: d9e494a907705ea7e46f7503a27a92e6 commit: fab71caabba4e57ffcbed0651abcee014d1c960f Author: Dave Kemper gmail com> AuthorDate: Sun Aug 19 21:33:44 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Aug 19 21:33:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fab71caa make.conf.5: warn about PORTAGE_TMPDIR in PORTDIR This will fix bug #392565. --- man/make.conf.5 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 02cc809..c617fbc 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -827,6 +827,9 @@ Defaults to 30. Defines the location of the temporary build directories. .br Defaults to /var/tmp. + +This should not be set to point anywhere under the directory tree +specified by \fBPORTDIR\fR (/usr/portage by default). .TP \fBPORTAGE_USERNAME\fR = \fI[user]\fR Defines the username to use when executing in userpriv/etc... modes (i.e. @@ -852,7 +855,7 @@ the emerge \-\-sync command. The default value of \fBDISTDIR\fR and \fBPKGDIR\fR, but users are warned that any other locations inside \fBPORTDIR\fR are not necessarily safe for data storage. You should not put other data (such as overlays) in your \fBPORTDIR\fB. Portage will walk -directory structures and may arbitrary add invalid categories as packages. +directory structures and may arbitrarily add invalid categories as packages. .TP \fBPORTDIR_OVERLAY\fR = \fI"[path] [different\-path] [etc...]"\fR Defines the directories in which user made ebuilds may be stored and not