Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: faq.xml
Date: Thu, 13 Oct 2011 16:58:26
Message-Id: 20111013165814.C84602004B@flycatcher.gentoo.org
1 swift 11/10/13 16:58:14
2
3 Modified: faq.xml
4 Log:
5 Add information on --with-bdeps as per discussion on gentoo-dev
6
7 Revision Changes Path
8 1.120 xml/htdocs/doc/en/faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.120&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.120&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.119&r2=1.120
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.119
18 retrieving revision 1.120
19 diff -u -r1.119 -r1.120
20 --- faq.xml 11 Sep 2011 08:43:18 -0000 1.119
21 +++ faq.xml 13 Oct 2011 16:58:14 -0000 1.120
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/faq.xml,v 1.119 2011/09/11 08:43:18 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.120 2011/10/13 16:58:14 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo Linux Frequently Asked Questions</title>
30 @@ -47,8 +47,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2011-09-11</date>
36 +<version>7</version>
37 +<date>2011-10-13</date>
38
39 <faqindex>
40 <title>Questions</title>
41 @@ -204,14 +204,21 @@
42
43 <p>
44 In fact, there is no difference between the various releases after they have
45 -been installed. Gentoo 1.4 and later are <c>glibc-2.3.x</c> based. As such,
46 -running <c>emerge --sync &amp;&amp; emerge -uDN world</c> will bring your
47 +been installed. Gentoo 1.4 and later are <c>glibc-2.3.x</c> (or higher) based.
48 +As such, running <c>emerge --sync &amp;&amp; emerge -uDN world</c> will bring your
49 entire system up to speed with the "latest Gentoo". The differences between
50 individual releases lie in the installation medium and pre-compiled packages.
51 See the <uri link="/doc/en/gentoo-upgrading.xml">Gentoo Upgrading Guide</uri>
52 for more information about profiles and their role in upgrading.
53 </p>
54
55 +<p>
56 +Also note that the <c>emerge -uDN world</c> command updates the packages you
57 +have installed as well as its dependencies, but not the build-time dependencies
58 +(packages needed during builds but not when the software is installed). To
59 +update those as well, add the <c>--with-bdeps=y</c> option.
60 +</p>
61 +
62 </body>
63 </section>
64 <section id="bootrescue">