Gentoo Archives: gentoo-commits

From: "Marius Mauch (genone)" <genone@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: Fri, 05 Oct 2007 17:50:43
Message-Id: E1IdrAv-0006bP-Cy@stork.gentoo.org
1 genone 07/10/05 17:41:21
2
3 Modified: manually-fixing-portage.xml
4 Log:
5 increase visibility of python compability note
6
7 Revision Changes Path
8 1.10 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.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.10&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.9&r2=1.10
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.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- manually-fixing-portage.xml 20 Sep 2007 00:34:09 -0000 1.9
21 +++ manually-fixing-portage.xml 5 Oct 2007 17:41:20 -0000 1.10
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.9 2007/09/20 00:34:09 zmedico Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v 1.10 2007/10/05 17:41:20 genone Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/proj/en/portage/doc/manually-fixing-portage.xml">
29 @@ -45,12 +45,14 @@
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 if possible. If your currently installed version of
34 -python reported by <c>python -V</c> is less than 2.4 then you must choose a
35 -version of portage that is compatible with it. If you have at least python 2.3
36 -then use <e>portage-2.1.1.tar.bz2</e>. If you have python 2.2 then use
37 -<e>portage-2.0.51.22.tar.bz2</e>.
38 +version present in the tree if possible.
39 </p>
40 +<warn>
41 +If your currently installed version of python reported by <c>python -V</c>
42 +is less than 2.4 then you must choose a version of portage that is compatible with
43 +it. If you have at least python 2.3 then use <e>portage-2.1.1.tar.bz2</e>. If
44 +you have python 2.2 then use <e>portage-2.0.51.22.tar.bz2</e>.
45 +</warn>
46
47 <p>
48 Depending on the exact reason portage doesn't work for you anymore it may still
49
50
51
52 --
53 gentoo-commits@g.o mailing list