Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.5.ebuild
Date: Thu, 02 Jun 2011 17:56:41
Message-Id: 20110602175629.7A16320054@flycatcher.gentoo.org
1 vostorga 11/06/02 17:56:29
2
3 Modified: ChangeLog talloc-2.0.5.ebuild
4 Log:
5 Adding dependency dev-lang/python[threads] bug 363071
6
7 (Portage version: 2.1.9.42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.24 sys-libs/talloc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 16 Mar 2011 14:31:26 -0000 1.23
23 +++ ChangeLog 2 Jun 2011 17:56:29 -0000 1.24
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/talloc
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.23 2011/03/16 14:31:26 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.24 2011/06/02 17:56:29 vostorga Exp $
29 +
30 + 02 Jun 2011; VĂ­ctor Ostorga <vostorga@g.o> talloc-2.0.5.ebuild:
31 + Adding dependency dev-lang/python[threads] bug 363071
32
33 16 Mar 2011; Samuli Suominen <ssuominen@g.o> talloc-2.0.5.ebuild:
34 Stop unnecessarily forcing Python 2.6.
35
36
37
38 1.6 sys-libs/talloc/talloc-2.0.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild?r1=1.5&r2=1.6
43
44 Index: talloc-2.0.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- talloc-2.0.5.ebuild 16 Mar 2011 14:50:33 -0000 1.5
51 +++ talloc-2.0.5.ebuild 2 Jun 2011 17:56:29 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.5 2011/03/16 14:50:33 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.6 2011/06/02 17:56:29 vostorga Exp $
57
58 EAPI=3
59 PYTHON_DEPEND="python? 2:2.6"
60 @@ -17,7 +17,7 @@
61
62 RDEPEND="!!<sys-libs/talloc-2.0.5"
63 DEPEND="dev-libs/libxslt
64 - || ( dev-lang/python:2.7 dev-lang/python:2.6 )"
65 + || ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )"
66
67 WAF_BINARY="${S}/buildtools/bin/waf"