Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: tdb-1.2.1.ebuild
Date: Fri, 01 Apr 2011 20:33:44
Message-Id: 20110401203303.ABEA220054@flycatcher.gentoo.org
1 arfrever 11/04/01 20:33:03
2
3 Modified: tdb-1.2.1.ebuild
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha29_p5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sys-libs/tdb/tdb-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild?r1=1.9&r2=1.10
15
16 Index: tdb-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- tdb-1.2.1.ebuild 1 Apr 2011 15:04:52 -0000 1.9
23 +++ tdb-1.2.1.ebuild 1 Apr 2011 20:33:03 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.9 2011/04/01 15:04:52 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.10 2011/04/01 20:33:03 arfrever Exp $
29
30 EAPI="2"
31 PYTHON_DEPEND="python? 2:2.6"
32 @@ -15,8 +15,7 @@
33 IUSE="python static-libs tools tdbtest"
34
35 RDEPEND="!!<sys-libs/tdb-1.2.1"
36 -DEPEND="python? ( dev-lang/python )
37 - !<net-fs/samba-libs-3.4
38 +DEPEND="!<net-fs/samba-libs-3.4
39 !<net-fs/samba-3.3
40 app-text/docbook-xsl-stylesheets
41 dev-libs/libxslt"