Gentoo Archives: gentoo-commits

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