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, 23 Oct 2007 19:40:00
Message-Id: E1IkPbW-0007M5-Qh@stork.gentoo.org
1 zmedico 07/10/23 19:39:54
2
3 Modified: faq.xml
4 Log:
5 Add --noreplace to the suggested options for a world
6 update command.
7
8 Revision Changes Path
9 1.30 xml/htdocs/proj/en/portage/doc/faq.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?r1=1.29&r2=1.30
14
15 Index: faq.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- faq.xml 23 Sep 2007 20:16:01 -0000 1.29
22 +++ faq.xml 23 Oct 2007 19:39:54 -0000 1.30
23 @@ -1,6 +1,6 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml,v 1.29 2007/09/23 20:16:01 zmedico Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml,v 1.30 2007/10/23 19:39:54 zmedico Exp $ -->
28
29 <guide link="/proj/en/portage/doc/faq.xml" lang="en">
30 <title>Portage Frequently Asked Questions (FAQ)</title>
31 @@ -44,7 +44,8 @@
32 <c>emerge --noreplace &lt;atom&gt;</c> to have it added to the world set.
33 </p>
34 <p>
35 -After running <c>emerge --deep --with-bdeps=y world</c>, it is a good idea to
36 +After running <c>emerge --deep --with-bdeps=y --noreplace world</c>,
37 +it is a good idea to
38 use <c>emerge --pretend --depclean</c> to see if there are any packages that
39 it would remove. If that command shows a package that you would like to keep,
40 use <c>emerge --noreplace &lt;atom&gt;</c> to have it added to the world set.
41
42
43
44 --
45 gentoo-commits@g.o mailing list