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/3] Document default behaviour without --root-deps for EAPI 5- in ebuild(5)
Date: Tue, 25 Sep 2012 15:08:19
Message-Id: 1348581504-14437-3-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 3c2200c..2652f89 100644
7 --- a/man/ebuild.5
8 +++ b/man/ebuild.5
9 @@ -344,6 +344,8 @@ For EAPIs that support \fBHDEPEND\fR (experimental \fBEAPI 5-hdepend\fR),
10 list the \fItarget\fR dependencies, i.e. those to be installed into \fBROOT\fR.
11 For EAPIs that do not support \fBHDEPEND\fR, the \fBemerge\fR(1) flag
12 \fI\-\-root-deps\fR controls what the package manager installs there.
13 +Without it, \fBemerge\fR defaults to install only runtime dependencies (i.e.
14 +\fBRDEPEND\fR and \fBPDEPEND\fR) into \fBROOT\fR.
15 .PP
16 See section \fBVARIABLES\fR for more information about the \fBDEPEND\fR,
17 \fBRDEPEND\fR and \fBHDEPEND\fR variables.
18 --
19 1.7.12