diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2017-07-05 16:34:41 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2017-07-05 16:35:01 -0400 |
commit | c437406054d811ec3d124ae29757e4fb67fee89c (patch) | |
tree | 6a6d3196c7f879ebe93ff1185af6a673fba51f28 /sys-libs/ldb | |
parent | dev-db/mariadb: amd64 stable wrt bug #605372 (diff) | |
download | gentoo-c437406054d811ec3d124ae29757e4fb67fee89c.tar.gz gentoo-c437406054d811ec3d124ae29757e4fb67fee89c.tar.bz2 gentoo-c437406054d811ec3d124ae29757e4fb67fee89c.zip |
sys-libs/ldb: bump minimum versions on a couple of missed dependencies
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-libs/ldb')
-rw-r--r-- | sys-libs/ldb/ldb-1.1.31.ebuild | 4 |
1 files 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 4faedc106113..7ce11c05b7b0 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} ) |