Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-macos.xml
Date: Tue, 29 Nov 2011 17:22:13
Message-Id: 20111129172159.7D76A2004B@flycatcher.gentoo.org
1 darkside 11/11/29 17:21:59
2
3 Modified: bootstrap-macos.xml
4 Log:
5 Add words about OSX Lion
6
7 Revision Changes Path
8 1.60 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.60&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.60&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.59&r2=1.60
13
14 Index: bootstrap-macos.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
17 retrieving revision 1.59
18 retrieving revision 1.60
19 diff -u -r1.59 -r1.60
20 --- bootstrap-macos.xml 9 Nov 2011 17:56:44 -0000 1.59
21 +++ bootstrap-macos.xml 29 Nov 2011 17:21:59 -0000 1.60
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/gentoo-alt/prefix/bootstrap-macos.xml,v 1.59 2011/11/09 17:56:44 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.60 2011/11/29 17:21:59 darkside Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.33</version>
35 - <date>2011-11-09</date>
36 + <version>1.34</version>
37 + <date>2011-11-29</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -38,7 +38,8 @@
42 Bootstrapping on OS X is relatively simple, as the system
43 itself provides most of the tools get up to speed quickly.
44 Gentoo Prefix is tested and supported on Mac OS X Tiger,
45 - Leopard and Snow Leopard on PPC and x86 architectures.
46 + Leopard, Snow Leopard, and Lion on PPC (as applicable) and x86
47 + architectures.
48 </p>
49 </body>
50 </section><!-- }}} -->
51 @@ -82,8 +83,9 @@
52 <p>
53 If you want to end up with a 64-bits native Prefix
54 installation, then set your <c>CHOST</c> variable accordingly
55 - to <c>x86_64-apple-darwin9</c> for Leopard, or
56 - <c>x86_64-apple-darwin10</c> for Snow Leopard. You
57 + to <c>x86_64-apple-darwin9</c> for Leopard,
58 + <c>x86_64-apple-darwin10</c> for Snow Leopard, or
59 + <c>x86_64-apple-darwin11</c> for Lion. You
60 <e>only</e> need to do this if you want a 64-bits native
61 Prefix!
62 </p>