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 8D530138010 for ; Tue, 25 Sep 2012 16:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23E9E21C141; Tue, 25 Sep 2012 16:50:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E961121C141 for ; Tue, 25 Sep 2012 16:50:26 +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 2DC6C33CF72 for ; Tue, 25 Sep 2012 16:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D69D1E5444 for ; Tue, 25 Sep 2012 16:50:24 +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: <1348591750.0c09bd722b091b6efd8c2c0b3a039965dd6fca58.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0c09bd722b091b6efd8c2c0b3a039965dd6fca58 X-VCS-Branch: master Date: Tue, 25 Sep 2012 16:50:24 +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: f194d2fb-c15f-4713-b3e6-e010459a5475 X-Archives-Hash: 6e122468cd8de4e59db0ef20b5617071 commit: 0c09bd722b091b6efd8c2c0b3a039965dd6fca58 Author: Dennis Schridde gmx net> AuthorDate: Tue Sep 25 13:58:22 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Sep 25 16:49:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0c09bd72 Put lengthy install-location documentation into an own paragraph for cross-compile docs in ebuild(5) --- man/ebuild.5 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index fc06eee..3c2200c 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -323,6 +323,7 @@ Portage supports cross-compilation into a subdirectory specified by \fBROOT\fR. \fIHost\fR in this context means the platform hosting the build process, i.e. what autotools calls CBUILD. Its packages are contained in the root of the filesystem ("\fI/\fR"). + If \fBROOT\fR is "\fI/\fR", all dependency types will be installed there. Otherwise, for EAPIs that support \fBHDEPEND\fR (experimental \fBEAPI 5-hdepend\fR), only \fBHDEPEND\fR is installed into "\fI/\fR". @@ -337,6 +338,7 @@ The directory housing this system is specified by \fBROOT\fR. If it is different from "\fI/\fR", i.e. \fIhost\fR and \fItarget\fR are not the same, this variable contains the path to the directory housing the \fItarget\fR system. + For EAPIs that support \fBHDEPEND\fR (experimental \fBEAPI 5-hdepend\fR), \fBDEPEND\fR, \fBRDEPEND\fR, and \fBPDEPEND\fR list the \fItarget\fR dependencies, i.e. those to be installed into \fBROOT\fR.