summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2012-09-25 15:58:22 +0200
committerZac Medico <zmedico@gentoo.org>2012-09-25 09:49:10 -0700
commit0c09bd722b091b6efd8c2c0b3a039965dd6fca58 (patch)
tree3396b2189ae90acf4717a9bcb5fe21f82a7e1789 /man
parenta265e5e6a9f0c9af19942b5e52f046749426062f (diff)
downloadportage-0c09bd722b091b6efd8c2c0b3a039965dd6fca58.tar.gz
portage-0c09bd722b091b6efd8c2c0b3a039965dd6fca58.tar.bz2
portage-0c09bd722b091b6efd8c2c0b3a039965dd6fca58.zip
Put lengthy install-location documentation into an own paragraph for cross-compile docs in ebuild(5)
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.52
1 files changed, 2 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index fc06eee65..3c2200c6f 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.