Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13447 - in main/branches/2.1.6: man pym/_emerge
Date: Thu, 30 Apr 2009 06:54:16
Message-Id: E1LzQ9u-0005AT-RY@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 06:54:14 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13447
4
5 Modified:
6 main/branches/2.1.6/man/emerge.1
7 main/branches/2.1.6/pym/_emerge/help.py
8 Log:
9 Clarify docs for --root-deps. (trunk r13268)
10
11 Modified: main/branches/2.1.6/man/emerge.1
12 ===================================================================
13 --- main/branches/2.1.6/man/emerge.1 2009-04-30 06:54:04 UTC (rev 13446)
14 +++ main/branches/2.1.6/man/emerge.1 2009-04-30 06:54:14 UTC (rev 13447)
15 @@ -421,7 +421,8 @@
16 Set the \fBROOT\fR environment variable.
17 .TP
18 .BR "\-\-root\-deps[=rdeps]"
19 -If no argument is given then build\-time dependencies are installed to
20 +If no argument is given then build\-time dependencies of packages for
21 +\fBROOT\fR are installed to
22 \fBROOT\fR instead of /. If the \fBrdeps\fR argument is given then discard
23 all build\-time dependencies of packages for \fBROOT\fR. This option is
24 only meaningful when used together with \fBROOT\fR and it should not
25
26 Modified: main/branches/2.1.6/pym/_emerge/help.py
27 ===================================================================
28 --- main/branches/2.1.6/pym/_emerge/help.py 2009-04-30 06:54:04 UTC (rev 13446)
29 +++ main/branches/2.1.6/pym/_emerge/help.py 2009-04-30 06:54:14 UTC (rev 13447)
30 @@ -420,7 +420,8 @@
31 print desc_indent + line
32 print
33 print " "+green("--root-deps[=rdeps]")
34 - desc = "If no argument is given then build-time dependencies are installed to " + \
35 + desc = "If no argument is given then build-time dependencies of packages for " + \
36 + "ROOT are installed to " + \
37 "ROOT instead of /. If the rdeps argument is given then discard " + \
38 "all build-time dependencies of packages for ROOT. This option is " + \
39 "only meaningful when used together with ROOT and it should not " + \