Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: manually-fixing-portage.xml
Date: Thu, 20 Sep 2007 00:42:06
Message-Id: E1IY9zd-0008SK-Mr@stork.gentoo.org
1 zmedico 07/09/20 00:34:09
2
3 Modified: manually-fixing-portage.xml
4 Log:
5 Add information about required python versions.
6
7 Revision Changes Path
8 1.9 xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?r1=1.8&r2=1.9
13
14 Index: manually-fixing-portage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- manually-fixing-portage.xml 19 Sep 2007 23:19:31 -0000 1.8
21 +++ manually-fixing-portage.xml 20 Sep 2007 00:34:09 -0000 1.9
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v 1.8 2007/09/19 23:19:31 zmedico Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v 1.9 2007/09/20 00:34:09 zmedico Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/proj/en/portage/doc/manually-fixing-portage.xml">
29 @@ -45,7 +45,11 @@
30 The first step to do is to get the tarball of a current portage version. In the
31 following text we will use <e>portage-2.1.1</e> as an example (as this is the
32 current stable version at the time of this writing), please replace that with a
33 -version present in the tree.
34 +version present in the tree if possible. If your currently installed version of
35 +python reported by <c>python -V</c> is less than 2.4 then you must choose a
36 +version of portage that is compatible with it. If you have at least python 2.3
37 +then use <e>portage-2.1.1.tar.bz2</e>. If you have python 2.2 then use
38 +<e>portage-2.0.51.22.tar.bz2</e>.
39 </p>
40
41 <p>
42
43
44
45 --
46 gentoo-commits@g.o mailing list