Gentoo Archives: gentoo-portage-dev

From: Dennis Schridde <devurandom@×××.net>
To: gentoo-portage-dev@l.g.o
Cc: Dennis Schridde <devurandom@×××.net>
Subject: [gentoo-portage-dev] [PATCH 1/3] Put lengthy install-location documentation into an own paragraph for cross-compile docs in ebuild(5)
Date: Tue, 25 Sep 2012 15:07:47
Message-Id: 1348581504-14437-2-git-send-email-devurandom@gmx.net
In Reply to: [gentoo-portage-dev] Please review: manpage-hdepend improvements by Dennis Schridde
1 ---
2 man/ebuild.5 | 2 ++
3 1 file changed, 2 insertions(+)
4
5 diff --git a/man/ebuild.5 b/man/ebuild.5
6 index fc06eee..3c2200c 100644
7 --- a/man/ebuild.5
8 +++ b/man/ebuild.5
9 @@ -323,6 +323,7 @@ Portage supports cross-compilation into a subdirectory specified by \fBROOT\fR.
10 \fIHost\fR in this context means the platform hosting the build process, i.e.
11 what autotools calls CBUILD.
12 Its packages are contained in the root of the filesystem ("\fI/\fR").
13 +
14 If \fBROOT\fR is "\fI/\fR", all dependency types will be installed there.
15 Otherwise, for EAPIs that support \fBHDEPEND\fR (experimental
16 \fBEAPI 5-hdepend\fR), only \fBHDEPEND\fR is installed into "\fI/\fR".
17 @@ -337,6 +338,7 @@ The directory housing this system is specified by \fBROOT\fR.
18 If it is different from "\fI/\fR", i.e. \fIhost\fR and \fItarget\fR are not the
19 same, this variable contains the path to the directory housing the \fItarget\fR
20 system.
21 +
22 For EAPIs that support \fBHDEPEND\fR (experimental \fBEAPI 5-hdepend\fR),
23 \fBDEPEND\fR, \fBRDEPEND\fR, and \fBPDEPEND\fR
24 list the \fItarget\fR dependencies, i.e. those to be installed into \fBROOT\fR.
25 --
26 1.7.12