Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: distcc.xml
Date: Tue, 04 Apr 2006 12:13:57
Message-Id: 200604041214.k34CEFJK023137@robin.gentoo.org
1 fox2mike 06/04/04 12:14:14
2
3 Modified: distcc.xml
4 Log:
5 Put in a patch given by Lisa Seelye <lisa@g.o> to clarify the Troubleshooting section
6
7 Revision Changes Path
8 1.35 xml/htdocs/doc/en/distcc.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/distcc.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo
13
14 Index: distcc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- distcc.xml 21 Feb 2006 16:50:58 -0000 1.34
21 +++ distcc.xml 4 Apr 2006 12:14:14 -0000 1.35
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.34 2006/02/21 16:50:58 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.35 2006/04/04 12:14:14 fox2mike Exp $ -->
27
28 <guide link="/doc/en/distcc.xml">
29
30 @@ -33,8 +33,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.15</version>
35 -<date>2006-02-18</date>
36 +<version>1.16</version>
37 +<date>2006-04-04</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -338,14 +338,14 @@
42 <chapter>
43 <title>Troubleshooting</title>
44 <section>
45 -<title>Mozilla and Xorg</title>
46 +<title>Some Packages Don't Use Distcc</title>
47 <body>
48
49 <p>
50 As you emerge various packages, you'll notice that some of them aren't being
51 -distributed (and aren't being built in parallel). This is because the
52 -developers of the Mozilla and Xorg-X11 ebuilds intentionally disable parallel
53 -building because it is known to cause problems.
54 +distributed (and aren't being built in parallel). This may happen because the
55 +package's Makefile doesn't support parallel operations or the maintainer of the
56 +ebuild has explicitly disabled parallel operations due to a known problem.
57 </p>
58
59 <p>
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list