Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.3.5-r3.ebuild python-2.3.6-r3.ebuild python-2.3.6.ebuild python-2.4.4-r6.ebuild python-2.5.1-r3.ebuild python-2.4.4-r4.ebuild python-2.3.6-r2.ebuild python-2.5.1-r2.ebuild python-2.3.5-r2.ebuild python-2.4.4-r5.ebuild
Date: Sat, 03 Nov 2007 16:57:32
Message-Id: E1IoMJL-0007Z7-8Z@stork.gentoo.org
1 grobian 07/11/03 16:57:27
2
3 Modified: python-2.3.5-r3.ebuild python-2.3.6-r3.ebuild
4 python-2.3.6.ebuild python-2.4.4-r6.ebuild
5 python-2.5.1-r3.ebuild python-2.4.4-r4.ebuild
6 python-2.3.6-r2.ebuild python-2.5.1-r2.ebuild
7 python-2.3.5-r2.ebuild python-2.4.4-r5.ebuild
8 Log:
9 Include elibc_uclibc in IUSE
10 (Portage version: 2.1.3.9, RepoMan options: --force)
11
12 Revision Changes Path
13 1.15 dev-lang/python/python-2.3.5-r3.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild?rev=1.15&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild?rev=1.15&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild?r1=1.14&r2=1.15
18
19 Index: python-2.3.5-r3.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v
22 retrieving revision 1.14
23 retrieving revision 1.15
24 diff -u -r1.14 -r1.15
25 --- python-2.3.5-r3.ebuild 13 Jul 2007 06:25:50 -0000 1.14
26 +++ python-2.3.5-r3.ebuild 3 Nov 2007 16:57:26 -0000 1.15
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v 1.14 2007/07/13 06:25:50 mr_bones_ Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v 1.15 2007/11/03 16:57:26 grobian Exp $
32
33 # NOTE about python-portage interactions :
34 # - Do not add a pkg_setup() check for a certain version of portage
35 @@ -22,7 +22,7 @@
36 LICENSE="PSF-2.2"
37 SLOT="2.3"
38 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
39 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx"
40 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx elibc_uclibc"
41
42 DEPEND=">=sys-libs/zlib-1.1.3
43 !build? (
44
45
46
47 1.9 dev-lang/python/python-2.3.6-r3.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r3.ebuild?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r3.ebuild?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r3.ebuild?r1=1.8&r2=1.9
52
53 Index: python-2.3.6-r3.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r3.ebuild,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- python-2.3.6-r3.ebuild 31 Oct 2007 22:47:07 -0000 1.8
60 +++ python-2.3.6-r3.ebuild 3 Nov 2007 16:57:26 -0000 1.9
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2007 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r3.ebuild,v 1.8 2007/10/31 22:47:07 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r3.ebuild,v 1.9 2007/11/03 16:57:26 grobian Exp $
66
67 # NOTE about python-portage interactions :
68 # - Do not add a pkg_setup() check for a certain version of portage
69 @@ -22,7 +22,7 @@
70 LICENSE="PSF-2.2"
71 SLOT="2.3"
72 KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86"
73 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples"
74 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples elibc_uclibc"
75
76 # INFO: 2.3.5 docs are used for python-2.3.6 as upstream writes in their release
77 # notes.
78
79
80
81 1.7 dev-lang/python/python-2.3.6.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6.ebuild?rev=1.7&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6.ebuild?rev=1.7&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6.ebuild?r1=1.6&r2=1.7
86
87 Index: python-2.3.6.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6.ebuild,v
90 retrieving revision 1.6
91 retrieving revision 1.7
92 diff -u -r1.6 -r1.7
93 --- python-2.3.6.ebuild 13 Jul 2007 06:25:50 -0000 1.6
94 +++ python-2.3.6.ebuild 3 Nov 2007 16:57:26 -0000 1.7
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2007 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6.ebuild,v 1.6 2007/07/13 06:25:50 mr_bones_ Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6.ebuild,v 1.7 2007/11/03 16:57:26 grobian Exp $
100
101 # NOTE about python-portage interactions :
102 # - Do not add a pkg_setup() check for a certain version of portage
103 @@ -22,7 +22,7 @@
104 LICENSE="PSF-2.2"
105 SLOT="2.3"
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
107 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx"
108 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx elibc_uclibc"
109
110 # INFO: 2.3.5 docs are used for python-2.3.6 as upstream writes in their release
111 # notes.
112
113
114
115 1.10 dev-lang/python/python-2.4.4-r6.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild?rev=1.10&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild?rev=1.10&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild?r1=1.9&r2=1.10
120
121 Index: python-2.4.4-r6.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild,v
124 retrieving revision 1.9
125 retrieving revision 1.10
126 diff -u -r1.9 -r1.10
127 --- python-2.4.4-r6.ebuild 31 Oct 2007 22:47:07 -0000 1.9
128 +++ python-2.4.4-r6.ebuild 3 Nov 2007 16:57:26 -0000 1.10
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2007 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild,v 1.9 2007/10/31 22:47:07 vapier Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild,v 1.10 2007/11/03 16:57:26 grobian Exp $
134
135 # NOTE about python-portage interactions :
136 # - Do not add a pkg_setup() check for a certain version of portage
137 @@ -24,7 +24,7 @@
138 LICENSE="PSF-2.2"
139 SLOT="2.4"
140 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
141 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples"
142 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples elibc_uclibc"
143
144 DEPEND=">=sys-libs/zlib-1.1.3
145 !dev-python/cjkcodecs
146
147
148
149 1.3 dev-lang/python/python-2.5.1-r3.ebuild
150
151 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild?rev=1.3&view=markup
152 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild?rev=1.3&content-type=text/plain
153 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild?r1=1.2&r2=1.3
154
155 Index: python-2.5.1-r3.ebuild
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v
158 retrieving revision 1.2
159 retrieving revision 1.3
160 diff -u -r1.2 -r1.3
161 --- python-2.5.1-r3.ebuild 27 Oct 2007 14:47:18 -0000 1.2
162 +++ python-2.5.1-r3.ebuild 3 Nov 2007 16:57:26 -0000 1.3
163 @@ -1,6 +1,6 @@
164 # Copyright 1999-2007 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.2 2007/10/27 14:47:18 hawking Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.3 2007/11/03 16:57:26 grobian Exp $
168
169 # NOTE about python-portage interactions :
170 # - Do not add a pkg_setup() check for a certain version of portage
171 @@ -25,7 +25,7 @@
172 LICENSE="PSF-2.2"
173 SLOT="2.5"
174 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
175 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc nothreads examples"
176 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc nothreads examples elibc_uclibc"
177
178 # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs}
179 # do not conflict with the ones in python proper. - liquidx
180
181
182
183 1.25 dev-lang/python/python-2.4.4-r4.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?rev=1.25&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?rev=1.25&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?r1=1.24&r2=1.25
188
189 Index: python-2.4.4-r4.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v
192 retrieving revision 1.24
193 retrieving revision 1.25
194 diff -u -r1.24 -r1.25
195 --- python-2.4.4-r4.ebuild 26 Oct 2007 09:43:04 -0000 1.24
196 +++ python-2.4.4-r4.ebuild 3 Nov 2007 16:57:26 -0000 1.25
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2007 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.24 2007/10/26 09:43:04 hawking Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.25 2007/11/03 16:57:26 grobian Exp $
202
203 # NOTE about python-portage interactions :
204 # - Do not add a pkg_setup() check for a certain version of portage
205 @@ -24,7 +24,7 @@
206 LICENSE="PSF-2.2"
207 SLOT="2.4"
208 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
209 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples"
210 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples elibc_uclibc"
211
212 DEPEND=">=sys-libs/zlib-1.1.3
213 !dev-python/cjkcodecs
214
215
216
217 1.11 dev-lang/python/python-2.3.6-r2.ebuild
218
219 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild?rev=1.11&view=markup
220 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild?rev=1.11&content-type=text/plain
221 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild?r1=1.10&r2=1.11
222
223 Index: python-2.3.6-r2.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v
226 retrieving revision 1.10
227 retrieving revision 1.11
228 diff -u -r1.10 -r1.11
229 --- python-2.3.6-r2.ebuild 13 Jul 2007 06:25:50 -0000 1.10
230 +++ python-2.3.6-r2.ebuild 3 Nov 2007 16:57:26 -0000 1.11
231 @@ -1,6 +1,6 @@
232 # Copyright 1999-2007 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.10 2007/07/13 06:25:50 mr_bones_ Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.11 2007/11/03 16:57:26 grobian Exp $
236
237 # NOTE about python-portage interactions :
238 # - Do not add a pkg_setup() check for a certain version of portage
239 @@ -22,7 +22,7 @@
240 LICENSE="PSF-2.2"
241 SLOT="2.3"
242 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
243 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples"
244 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples elibc_uclibc"
245
246 # INFO: 2.3.5 docs are used for python-2.3.6 as upstream writes in their release
247 # notes.
248
249
250
251 1.19 dev-lang/python/python-2.5.1-r2.ebuild
252
253 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild?rev=1.19&view=markup
254 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild?rev=1.19&content-type=text/plain
255 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild?r1=1.18&r2=1.19
256
257 Index: python-2.5.1-r2.ebuild
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild,v
260 retrieving revision 1.18
261 retrieving revision 1.19
262 diff -u -r1.18 -r1.19
263 --- python-2.5.1-r2.ebuild 24 Sep 2007 18:46:38 -0000 1.18
264 +++ python-2.5.1-r2.ebuild 3 Nov 2007 16:57:26 -0000 1.19
265 @@ -1,6 +1,6 @@
266 # Copyright 1999-2007 Gentoo Foundation
267 # Distributed under the terms of the GNU General Public License v2
268 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild,v 1.18 2007/09/24 18:46:38 hawking Exp $
269 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild,v 1.19 2007/11/03 16:57:26 grobian Exp $
270
271 # NOTE about python-portage interactions :
272 # - Do not add a pkg_setup() check for a certain version of portage
273 @@ -25,7 +25,7 @@
274 LICENSE="PSF-2.2"
275 SLOT="2.5"
276 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
277 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc nothreads examples"
278 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc nothreads examples elibc_uclibc"
279
280 # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs}
281 # do not conflict with the ones in python proper. - liquidx
282
283
284
285 1.19 dev-lang/python/python-2.3.5-r2.ebuild
286
287 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild?rev=1.19&view=markup
288 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild?rev=1.19&content-type=text/plain
289 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild?r1=1.18&r2=1.19
290
291 Index: python-2.3.5-r2.ebuild
292 ===================================================================
293 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild,v
294 retrieving revision 1.18
295 retrieving revision 1.19
296 diff -u -r1.18 -r1.19
297 --- python-2.3.5-r2.ebuild 13 Jul 2007 06:25:50 -0000 1.18
298 +++ python-2.3.5-r2.ebuild 3 Nov 2007 16:57:26 -0000 1.19
299 @@ -1,6 +1,6 @@
300 # Copyright 1999-2007 Gentoo Foundation
301 # Distributed under the terms of the GNU General Public License v2
302 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild,v 1.18 2007/07/13 06:25:50 mr_bones_ Exp $
303 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild,v 1.19 2007/11/03 16:57:26 grobian Exp $
304
305 # NOTE about python-portage interactions :
306 # - Do not add a pkg_setup() check for a certain version of portage
307 @@ -22,7 +22,7 @@
308 LICENSE="PSF-2.2"
309 SLOT="2.3"
310 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
311 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx"
312 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx elibc_uclibc"
313
314 DEPEND=">=sys-libs/zlib-1.1.3
315 !build? (
316
317
318
319 1.17 dev-lang/python/python-2.4.4-r5.ebuild
320
321 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?rev=1.17&view=markup
322 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?rev=1.17&content-type=text/plain
323 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?r1=1.16&r2=1.17
324
325 Index: python-2.4.4-r5.ebuild
326 ===================================================================
327 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v
328 retrieving revision 1.16
329 retrieving revision 1.17
330 diff -u -r1.16 -r1.17
331 --- python-2.4.4-r5.ebuild 31 Oct 2007 22:47:07 -0000 1.16
332 +++ python-2.4.4-r5.ebuild 3 Nov 2007 16:57:26 -0000 1.17
333 @@ -1,6 +1,6 @@
334 # Copyright 1999-2007 Gentoo Foundation
335 # Distributed under the terms of the GNU General Public License v2
336 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.16 2007/10/31 22:47:07 vapier Exp $
337 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.17 2007/11/03 16:57:26 grobian Exp $
338
339 # NOTE about python-portage interactions :
340 # - Do not add a pkg_setup() check for a certain version of portage
341 @@ -24,7 +24,7 @@
342 LICENSE="PSF-2.2"
343 SLOT="2.4"
344 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
345 -IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples"
346 +IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples elibc_uclibc"
347
348 DEPEND=">=sys-libs/zlib-1.1.3
349 !dev-python/cjkcodecs
350
351
352
353 --
354 gentoo-commits@g.o mailing list