summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-10-27 21:28:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-10-27 21:28:47 +0000
commit599199851244c60765af449e5d3b7987ad36f3ec (patch)
treede12fa59e78fc37b0f9fdcb0ab4de2fceb2250de /dev-db/lmdb/lmdb-0.9.11.ebuild
parentversion bump, add SUBSLOT (diff)
downloadgentoo-2-599199851244c60765af449e5d3b7987ad36f3ec.tar.gz
gentoo-2-599199851244c60765af449e5d3b7987ad36f3ec.tar.bz2
gentoo-2-599199851244c60765af449e5d3b7987ad36f3ec.zip
Bug #525126 redux, block the old conflicting openldap.
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/lmdb/lmdb-0.9.11.ebuild')
-rw-r--r--dev-db/lmdb/lmdb-0.9.11.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/lmdb/lmdb-0.9.11.ebuild b/dev-db/lmdb/lmdb-0.9.11.ebuild
index d340eff48383..06d91fcb17c6 100644
--- a/dev-db/lmdb/lmdb-0.9.11.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.11.ebuild,v 1.7 2014/08/19 20:24:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb/lmdb-0.9.11.ebuild,v 1.8 2014/10/27 21:28:47 robbat2 Exp $
EAPI=5
inherit toolchain-funcs
@@ -18,7 +18,8 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
IUSE="static-libs"
DEPEND=""
-RDEPEND="${DEPEND}"
+# =net-nds/openldap-2.4.40 installs lmdb files.
+RDEPEND="!=net-nds/openldap-2.4.40"
S="${WORKDIR}/mdb-mdb/libraries/liblmdb"