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 A1FFE13832E for ; Sun, 7 Aug 2016 09:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86402E0B4D; Sun, 7 Aug 2016 09:12:58 +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 36869E0B4D for ; Sun, 7 Aug 2016 09:12:58 +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 108EB340C54 for ; Sun, 7 Aug 2016 09:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4209F7DA for ; Sun, 7 Aug 2016 09:12:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1470561171.c711a40378c572808b615297b010124c85a3921f.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c711a40378c572808b615297b010124c85a3921f X-VCS-Branch: master Date: Sun, 7 Aug 2016 09:12:55 +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: 5c366da2-15a2-42cb-910b-c918c4d9d242 X-Archives-Hash: 040390cf1e5e522d26f0cea737a33361 commit: c711a40378c572808b615297b010124c85a3921f Author: Lars Wendler gentoo org> AuthorDate: Sun Aug 7 09:12:22 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Aug 7 09:12:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c711a403 sys-libs/ldb: Fixed dependency on sys-libs/talloc (bug #590416). Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> 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 0bf5c96..1ae4594 100644 --- a/sys-libs/ldb/ldb-1.1.27.ebuild +++ b/sys-libs/ldb/ldb-1.1.27.ebuild @@ -19,7 +19,7 @@ IUSE="doc" RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) dev-libs/popt[${MULTILIB_USEDEP}] - >=sys-libs/talloc-2.1.5[python,${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.8[python,${MULTILIB_USEDEP}] >=sys-libs/tevent-0.9.29[python(+),${MULTILIB_USEDEP}] >=sys-libs/tdb-1.3.10[python,${MULTILIB_USEDEP}] net-nds/openldap