Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-linux.xml
Date: Sat, 01 Dec 2007 14:07:56
Message-Id: E1IyT0Y-0003NH-MR@stork.gentoo.org
1 grobian 07/12/01 14:07:50
2
3 Modified: bootstrap-linux.xml
4 Log:
5 emerge wget with USE=-ssl as suggested in bug #199104
6
7 Revision Changes Path
8 1.13 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?r1=1.12&r2=1.13
13
14 Index: bootstrap-linux.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- bootstrap-linux.xml 29 Oct 2007 09:58:01 -0000 1.12
21 +++ bootstrap-linux.xml 1 Dec 2007 14:07:50 -0000 1.13
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-linux.xml,v 1.12 2007/10/29 09:58:01 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.13 2007/12/01 14:07:50 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-linux.xml" lang="en">
29 <title>Gentoo Prefixed Portage Bootstrap Process for Linux</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.1</version>
35 - <date>2007-10-29</date>
36 + <version>1.2</version>
37 + <date>2007-12-01</date>
38
39 <chapter>
40 <title>Bootstrapping on Linux</title>
41 @@ -164,7 +164,7 @@
42 properly by emerging it now:
43 </p>
44 <pre caption="emerge wget">
45 -$ <i>emerge --oneshot --nodeps wget</i>
46 +$ <i>env USE="-ssl" emerge --oneshot --nodeps wget</i>
47 </pre>
48 <p>
49 After this we can emerge texinfo, which <c>automake-1.9</c>
50
51
52
53 --
54 gentoo-commits@g.o mailing list