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 2/2] Doocument behaviour of --root-deps for EAPI 6+ in emerge(1)
Date: Mon, 24 Sep 2012 00:05:40
Message-Id: 1348439323-28340-3-git-send-email-devurandom@gmx.net
In Reply to: [gentoo-portage-dev] Please review: manpage-cleanup by Dennis Schridde
1 ---
2 man/emerge.1 | 9 +++++----
3 1 file changed, 5 insertions(+), 4 deletions(-)
4
5 diff --git a/man/emerge.1 b/man/emerge.1
6 index ea6409c..61d86b7 100644
7 --- a/man/emerge.1
8 +++ b/man/emerge.1
9 @@ -711,10 +711,11 @@ of packages for \fBROOT\fR.
10 This option is only meaningful when used together with \fBROOT\fR and it should
11 not be enabled under normal circumstances!
12
13 -For currently supported \fBEAPI\fR values, the build-time dependencies are
14 -specified in the \fBDEPEND\fR variable.
15 -However, behavior may change for new \fBEAPI\fRs when related extensions are
16 -added in the future.
17 +Affects \fBEAPI 5\fR and earlier ebuilds only.
18 +\fBEAPI 6\fR and later provide \fBHDEPEND\fR as a new means to adjust
19 +installation into "\fI/\fR" and \fBROOT\fR.
20 +If \fBEAPI 5\fR and earlier ebuilds are built in the same \fBemerge\fR run as
21 +\fBEAPI 6\fR and later ebuilds, this option affects only the former.
22 .TP
23 .BR "\-\-select [ y | n ]"
24 Add specified packages to the world set (inverse of
25 --
26 1.7.12