commit: c437406054d811ec3d124ae29757e4fb67fee89c
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 20:34:41 2017 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 20:35:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4374060
sys-libs/ldb: bump minimum versions on a couple of missed dependencies
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-libs/ldb/ldb-1.1.31.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/ldb/ldb-1.1.31.ebuild b/sys-libs/ldb/ldb-1.1.31.ebuild
index 4faedc10611..7ce11c05b7b 100644
--- a/sys-libs/ldb/ldb-1.1.31.ebuild
+++ b/sys-libs/ldb/ldb-1.1.31.ebuild
@@ -19,9 +19,9 @@ IUSE="doc +ldap +python"
RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
dev-libs/popt[${MULTILIB_USEDEP}]
>=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
- >=sys-libs/talloc-2.1.8[python?,${MULTILIB_USEDEP}]
+ >=sys-libs/talloc-2.1.9[python?,${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.9.31[python(+)?,${MULTILIB_USEDEP}]
- >=sys-libs/tdb-1.3.12[python?,${MULTILIB_USEDEP}]
+ >=sys-libs/tdb-1.3.13[python?,${MULTILIB_USEDEP}]
!!<net-fs/samba-3.6.0[ldb]
!!>=net-fs/samba-4.0.0[ldb]
python? ( ${PYTHON_DEPS} )