diff options
author | 2013-07-08 21:20:32 +0000 | |
---|---|---|
committer | 2013-07-08 21:20:32 +0000 | |
commit | 1820236af78d4f3b515a2ec0e41c36335c94a2b8 (patch) | |
tree | 17572762675a5bbae547c180ac6551b3e9cf041b /sys-libs/ldb/ldb-1.1.16.ebuild | |
parent | Restored nls flag in IUSE. Rels bug #457648. (diff) | |
download | historical-1820236af78d4f3b515a2ec0e41c36335c94a2b8.tar.gz historical-1820236af78d4f3b515a2ec0e41c36335c94a2b8.tar.bz2 historical-1820236af78d4f3b515a2ec0e41c36335c94a2b8.zip |
Fixed dependency on sys-libs/tdb (bug #476228)
Package-Manager: portage-2.2.0_alpha187/cvs/Linux x86_64
Manifest-Sign-Key: 0x981CA6FC
Diffstat (limited to 'sys-libs/ldb/ldb-1.1.16.ebuild')
-rw-r--r-- | sys-libs/ldb/ldb-1.1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ldb/ldb-1.1.16.ebuild b/sys-libs/ldb/ldb-1.1.16.ebuild index 1f389dcb4246..b81217bd79a1 100644 --- a/sys-libs/ldb/ldb-1.1.16.ebuild +++ b/sys-libs/ldb/ldb-1.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild,v 1.1 2013/07/08 09:38:54 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild,v 1.2 2013/07/08 21:20:28 polynomial-c Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ IUSE="doc" RDEPEND="dev-libs/popt >=sys-libs/talloc-2.0.8[python] >=sys-libs/tevent-0.9.17 - >=sys-libs/tdb-1.2.11[python] + >=sys-libs/tdb-1.2.12[python] net-nds/openldap !!<net-fs/samba-3.6.0[ldb] !!>=net-fs/samba-4.0.0[ldb] |