Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@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: Sat, 31 Oct 2009 08:40:49
Message-Id: E1N49Vq-0004Ol-Qy@stork.gentoo.org
1 betelgeuse 09/10/31 08:40:42
2
3 Modified: hb-guide-ebuild.xml
4 Log:
5 Fix a couple of typos. Thanks to Christophe Lefebvre <chtof62@×××××.com> in bug #290627.
6
7 Revision Changes Path
8 1.53 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.53&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.53&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.52&r2=1.53
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.52
18 retrieving revision 1.53
19 diff -u -r1.52 -r1.53
20 --- hb-guide-ebuild.xml 4 Mar 2009 21:40:20 -0000 1.52
21 +++ hb-guide-ebuild.xml 31 Oct 2009 08:40:42 -0000 1.53
22 @@ -773,7 +773,7 @@
23 <tr>
24 <ti><c>replace-cpu-flags</c></ti>
25 <ti>
26 - Needs two arguments. Replace a given mtune/mcpu/mtune value with
27 + Needs two arguments. Replace a given mtune/march/mcpu value with
28 the new one (maybe like this: replace-cpu-flags 'i686' 'i586' will
29 replace -mtune/-march/-mcpu=i686 with -mtune/-march/-mcpu=i586).
30 </ti>
31 @@ -1759,7 +1759,7 @@
32 <p>
33 This tells Portage that to build <path>foo-x.y.z</path>, the packages
34 <path>virtual/opengl</path> (more on virtuals in a bit) and
35 -<path>dev-lib/libxml2</path> are needed. It does not say anything about which
36 +<path>dev-libs/libxml2</path> are needed. It does not say anything about which
37 version of opengl or libxml2 that are needed, which means "anything goes".
38 </p>