From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B738013832E for ; Sat, 30 Jul 2016 09:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B05E0BAE; Sat, 30 Jul 2016 09:34:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5E0821C098 for ; Sat, 30 Jul 2016 09:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26D5340D1B for ; Sat, 30 Jul 2016 09:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFF762451 for ; Sat, 30 Jul 2016 09:34:01 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1469871238.045a5a20457788ac1174ac7bae7288f735da0075.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ldb/ldb-1.1.27.ebuild X-VCS-Directories: sys-libs/ldb/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 045a5a20457788ac1174ac7bae7288f735da0075 X-VCS-Branch: master Date: Sat, 30 Jul 2016 09:34:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6483ff4f-90af-4e79-a67d-0b79e3b919e4 X-Archives-Hash: 8d6e8346d365c2dd6b696854a2240444 commit: 045a5a20457788ac1174ac7bae7288f735da0075 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 30 09:32:15 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 30 09:33:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045a5a20 sys-libs/ldb: Fix version dependency on sys-libs/tdb (bug #590024). Package-Manager: portage-2.3.0 sys-libs/ldb/ldb-1.1.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/ldb/ldb-1.1.27.ebuild b/sys-libs/ldb/ldb-1.1.27.ebuild index e9a49b4..bb43cee 100644 --- a/sys-libs/ldb/ldb-1.1.27.ebuild +++ b/sys-libs/ldb/ldb-1.1.27.ebuild @@ -21,7 +21,7 @@ RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) dev-libs/popt[${MULTILIB_USEDEP}] >=sys-libs/talloc-2.1.5[python,${MULTILIB_USEDEP}] >=sys-libs/tevent-0.9.27[python(+),${MULTILIB_USEDEP}] - >=sys-libs/tdb-1.3.8[python,${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.10[python,${MULTILIB_USEDEP}] net-nds/openldap !!=net-fs/samba-4.0.0[ldb]