Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: faq.xml
Date: Tue, 29 Jan 2013 02:41:03
Message-Id: 20130129024059.B12792171E@flycatcher.gentoo.org
1 zmedico 13/01/29 02:40:59
2
3 Modified: faq.xml
4 Log:
5 Refer to make.conf in /etc/portage/.
6
7 Revision Changes Path
8 1.54 xml/htdocs/proj/en/portage/doc/faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?rev=1.54&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?rev=1.54&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?r1=1.53&r2=1.54
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml,v
17 retrieving revision 1.53
18 retrieving revision 1.54
19 diff -u -r1.53 -r1.54
20 --- faq.xml 28 Oct 2012 15:21:10 -0000 1.53
21 +++ faq.xml 29 Jan 2013 02:40:59 -0000 1.54
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/proj/en/portage/doc/faq.xml,v 1.53 2012/10/28 15:21:10 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml,v 1.54 2013/01/29 02:40:59 zmedico Exp $ -->
27
28 <guide lang="en">
29 <title>Portage Frequently Asked Questions (FAQ)</title>
30 @@ -24,7 +24,7 @@
31 <license/>
32
33 <version>1.0</version>
34 -<date>2011-05-17</date>
35 +<date>2013-01-29</date>
36 <chapter>
37 <title>Frequently Asked Questions</title>
38
39 @@ -51,7 +51,7 @@
40 dependencies for installed packages or binary packages. If you would like to
41 include such build time dependencies even though they are not strictly
42 required, use <c>--with-bdeps=y</c>. You can set
43 -<c>EMERGE_DEFAULT_OPTS="--with-bdeps=y"</c> in <path>/etc/make.conf</path> if
44 +<c>EMERGE_DEFAULT_OPTS="--with-bdeps=y"</c> in <path>/etc/portage/make.conf</path> if
45 you would like this option to be enabled by default.
46 If you would like a specific package to be updated in any case, you can use
47 <c>emerge --noreplace &lt;atom&gt;</c> to have it added to the world set.
48 @@ -119,7 +119,7 @@
49 So, reverse dependencies will often be neglected by dependency
50 calculations unless the <c>emerge --complete-graph</c> option is enabled.
51 You can set <c>EMERGE_DEFAULT_OPTS="--complete-graph"</c> in
52 -<path>/etc/make.conf</path> if you would like this option to be enabled
53 +<path>/etc/portage/make.conf</path> if you would like this option to be enabled
54 by default. Refer to the <c>emerge</c> manual page (run <c>man emerge</c>)
55 for more information about the <c>--complete-graph</c> option.
56 </p>
57 @@ -167,7 +167,7 @@
58 The most common reason is due to <c>FEATURES="parallel-fetch"</c>
59 which is enabled by default in
60 <path>/usr/share/portage/config/make.globals</path>. Set
61 - <c>FEATURES="-parallel-fetch"</c> in <path>/etc/make.conf</path>
62 + <c>FEATURES="-parallel-fetch"</c> in <path>/etc/portage/make.conf</path>
63 if you would like to disable this feature. Refer to the make.conf
64 manual page (run <c>man make.conf</c>) for more information about
65 <c>FEATURES</c>.