Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/
Date: Sat, 30 Jul 2016 09:34:28
Message-Id: 1469871238.045a5a20457788ac1174ac7bae7288f735da0075.jer@gentoo
1 commit: 045a5a20457788ac1174ac7bae7288f735da0075
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 09:32:15 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 09:33:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045a5a20
7
8 sys-libs/ldb: Fix version dependency on sys-libs/tdb (bug #590024).
9
10 Package-Manager: portage-2.3.0
11
12 sys-libs/ldb/ldb-1.1.27.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/ldb/ldb-1.1.27.ebuild b/sys-libs/ldb/ldb-1.1.27.ebuild
16 index e9a49b4..bb43cee 100644
17 --- a/sys-libs/ldb/ldb-1.1.27.ebuild
18 +++ b/sys-libs/ldb/ldb-1.1.27.ebuild
19 @@ -21,7 +21,7 @@ RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
20 dev-libs/popt[${MULTILIB_USEDEP}]
21 >=sys-libs/talloc-2.1.5[python,${MULTILIB_USEDEP}]
22 >=sys-libs/tevent-0.9.27[python(+),${MULTILIB_USEDEP}]
23 - >=sys-libs/tdb-1.3.8[python,${MULTILIB_USEDEP}]
24 + >=sys-libs/tdb-1.3.10[python,${MULTILIB_USEDEP}]
25 net-nds/openldap
26 !!<net-fs/samba-3.6.0[ldb]
27 !!>=net-fs/samba-4.0.0[ldb]