Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/
Date: Wed, 08 Sep 2021 01:16:15
Message-Id: 1631063763.11a3e7e213a1dd205569e67f639afa1b982ef3a7.sam@gentoo
1 commit: 11a3e7e213a1dd205569e67f639afa1b982ef3a7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 01:15:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 01:16:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a3e7e2
7
8 sys-libs/ldb: increase sys-libs/talloc lower bound
9
10 Closes: https://bugs.gentoo.org/812059
11 Reported-by: Andrew John Hughes <gnu_andrew <AT> member.fsf.org>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-libs/ldb/ldb-2.3.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/ldb/ldb-2.3.0-r1.ebuild b/sys-libs/ldb/ldb-2.3.0-r1.ebuild
18 index 3cc503e81bb..4fe02c1a60c 100644
19 --- a/sys-libs/ldb/ldb-2.3.0-r1.ebuild
20 +++ b/sys-libs/ldb/ldb-2.3.0-r1.ebuild
21 @@ -25,7 +25,7 @@ RDEPEND="
22 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
23 dev-libs/popt[${MULTILIB_USEDEP}]
24 >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
25 - >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
26 + >=sys-libs/talloc-2.3.2[${MULTILIB_USEDEP}]
27 >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
28 >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
29 ldap? ( net-nds/openldap )