Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/x86: arch-testers-faq.xml
Date: Fri, 08 Jan 2010 09:31:44
Message-Id: E1NTBC0-0002sw-Bg@stork.gentoo.org
1 fauli 10/01/08 09:31:40
2
3 Modified: arch-testers-faq.xml
4 Log:
5 AT FAQ: Note USE flag testing
6
7 Revision Changes Path
8 1.14 xml/htdocs/proj/en/base/x86/arch-testers-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?r1=1.13&r2=1.14
13
14 Index: arch-testers-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- arch-testers-faq.xml 8 Jan 2010 09:30:30 -0000 1.13
21 +++ arch-testers-faq.xml 8 Jan 2010 09:31:40 -0000 1.14
22 @@ -2,7 +2,7 @@
23
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.13 2010/01/08 09:30:30 fauli Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.14 2010/01/08 09:31:40 fauli Exp $ -->
28
29 <guide link="/proj/en/base/x86/arch-testers-faq.xml">
30 <title>Gentoo x86 Arch Tester's FAQ</title>
31 @@ -316,11 +316,12 @@
32 Optimization Guide</uri>.
33 </li>
34 <li>
35 - After merging the package, run it and ensure that basic
36 - functionality works. If the package is a library, emerge a couple
37 - of packages (best: all that depend on it and have a stable version)
38 - that use the library to ensure they still work with the new
39 - version. The so-called reverse-dependencies are found in the <uri
40 + After merging the package with various USE flag combinations, run
41 + it and ensure that basic functionality works. If the package is a
42 + library, emerge a couple of packages (best: all that depend on it
43 + and have a stable version) that use the library to ensure they
44 + still work with the new version. The so-called
45 + reverse-dependencies are found in the <uri
46 link="http://tinderbox.dev.gentoo.org/misc/rindex/">rindex</uri>.
47 </li>
48 </ol>