From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 71D5A59CA5 for ; Thu, 24 Mar 2016 16:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CFFE07E1; Thu, 24 Mar 2016 16:40:45 +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 07F5BE07E1 for ; Thu, 24 Mar 2016 16:40:44 +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 AE2F3340A3B for ; Thu, 24 Mar 2016 16:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95494852 for ; Thu, 24 Mar 2016 16:40:38 +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: <1458837634.b6e31c253506fc4409adc5708c11f2bf64c1cacc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.4.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b6e31c253506fc4409adc5708c11f2bf64c1cacc X-VCS-Branch: master Date: Thu, 24 Mar 2016 16:40:38 +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: 90c58ccc-b972-43c1-97ec-2120f7e1b997 X-Archives-Hash: 3d7c268382c2e6280ffc7ed23056f8b3 commit: b6e31c253506fc4409adc5708c11f2bf64c1cacc Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 24 16:40:11 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 24 16:40:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e31c25 net-fs/samba: Adjusted dependencies (bug #578192). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/samba/samba-4.4.0.ebuild b/net-fs/samba/samba-4.4.0.ebuild index d425a44..6235136 100644 --- a/net-fs/samba/samba-4.4.0.ebuild +++ b/net-fs/samba/samba-4.4.0.ebuild @@ -50,9 +50,9 @@ CDEPEND="${PYTHON_DEPS} dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] sys-libs/libcap - >=sys-libs/ldb-1.1.25[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.26[${MULTILIB_USEDEP}] sys-libs/ncurses:0=[${MULTILIB_USEDEP}] - >=sys-libs/talloc-2.1.5[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.6[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/tdb-1.3.8[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/tevent-0.9.28[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}]