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: Fri, 07 May 2010 17:08:30
Message-Id: 20100507170826.D3FF22C3FC@corvid.gentoo.org
1 zmedico 10/05/07 17:08:26
2
3 Modified: faq.xml
4 Log:
5 Add note about portageq list_preserved_libs.
6
7 Revision Changes Path
8 1.40 xml/htdocs/proj/en/portage/doc/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml?r1=1.39&r2=1.40
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.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- faq.xml 26 Apr 2010 03:35:17 -0000 1.39
21 +++ faq.xml 7 May 2010 17:08:26 -0000 1.40
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.39 2010/04/26 03:35:17 zmedico Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/faq.xml,v 1.40 2010/05/07 17:08:26 zmedico Exp $ -->
27
28 <guide link="/proj/en/portage/doc/faq.xml" lang="en">
29 <title>Portage Frequently Asked Questions (FAQ)</title>
30 @@ -139,7 +139,9 @@
31 old (preserved) version of the library, instead of the new one. As a
32 workaround, you can manually remove the old library (such as
33 libreadline.so.5.2) and then run <c>revdep-rebuild</c> in order to
34 - rebuild the packages which linked against it.
35 + rebuild the packages which linked against it. A list of all preserved
36 + libraries may be obtained from the command
37 + <c>portageq list_preserved_libs /</c>
38 </p>
39 </body>
40 </section>