Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-guide-ebuild.xml
Date: Thu, 01 Nov 2007 20:03:34
Message-Id: E1IngGD-0007d3-4Y@stork.gentoo.org
1 phreak 07/11/01 20:03:25
2
3 Modified: hb-guide-ebuild.xml
4 Log:
5 Properly document replace-cpu-flags (#181897).
6
7 Revision Changes Path
8 1.45 xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.45&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?r1=1.44&r2=1.45
13
14 Index: hb-guide-ebuild.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml,v
17 retrieving revision 1.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- hb-guide-ebuild.xml 16 Sep 2007 20:14:35 -0000 1.44
21 +++ hb-guide-ebuild.xml 1 Nov 2007 20:03:24 -0000 1.45
22 @@ -9,8 +9,8 @@
23 -->
24
25 <sections>
26 -<version>1.0.3</version>
27 -<date>2007-06-23</date>
28 +<version>1.0.4</version>
29 +<date>2007-11-01</date>
30
31 <section>
32 <title>The Portage tree</title>
33 @@ -976,8 +976,9 @@
34 <tr>
35 <ti><c>replace-cpu-flags</c></ti>
36 <ti>
37 - This replaces any -march=... or -mcpu=... flags that contain the
38 - second argument with the first.
39 + Needs two arguments. Replace a given mtune/mcpu/mtune value with
40 + the new one (maybe like this: replace-cpu-flags 'i686' 'i586' will
41 + replace -mtune/-march/-mcpu=i686 with -mtune/-march/-mcpu=i586).
42 </ti>
43 </tr>
44 <tr>
45
46
47
48 --
49 gentoo-commits@g.o mailing list