diff options
author | Sam James <sam@gentoo.org> | 2021-09-08 02:15:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-08 02:16:03 +0100 |
commit | 11a3e7e213a1dd205569e67f639afa1b982ef3a7 (patch) | |
tree | e375dfe48657b5931878bd3ae8c907a6585fea6f /sys-libs | |
parent | dev-libs/nss: re-introduce cpu_flags_ppc to 3.70 (diff) | |
download | gentoo-11a3e7e213a1dd205569e67f639afa1b982ef3a7.tar.gz gentoo-11a3e7e213a1dd205569e67f639afa1b982ef3a7.tar.bz2 gentoo-11a3e7e213a1dd205569e67f639afa1b982ef3a7.zip |
sys-libs/ldb: increase sys-libs/talloc lower bound
Closes: https://bugs.gentoo.org/812059
Reported-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ldb/ldb-2.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/ldb/ldb-2.3.0-r1.ebuild b/sys-libs/ldb/ldb-2.3.0-r1.ebuild index 3cc503e81bbe..4fe02c1a60c9 100644 --- a/sys-libs/ldb/ldb-2.3.0-r1.ebuild +++ b/sys-libs/ldb/ldb-2.3.0-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) dev-libs/popt[${MULTILIB_USEDEP}] >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}] - >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.3.2[${MULTILIB_USEDEP}] >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}] >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}] ldap? ( net-nds/openldap ) |