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 A7D0A138330 for ; Tue, 6 Sep 2016 14:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95AA1E09B9; Tue, 6 Sep 2016 14:40:48 +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 1656FE09B9 for ; Tue, 6 Sep 2016 14:40:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 58C7334072E for ; Tue, 6 Sep 2016 14:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC23245A for ; Tue, 6 Sep 2016 14:40:43 +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: <1473172833.97bd5a5258fff90d1f95022cdd6bdb24f1ac7830.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.2.11.ebuild net-fs/samba/samba-4.2.14.ebuild net-fs/samba/samba-4.3.11.ebuild net-fs/samba/samba-4.4.5.ebuild net-fs/samba/samba-4.5.0_rc3.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 97bd5a5258fff90d1f95022cdd6bdb24f1ac7830 X-VCS-Branch: master Date: Tue, 6 Sep 2016 14:40:43 +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: 0f229540-2786-4a35-a48b-2e36cfa8584d X-Archives-Hash: 801f1dc898ba28150b8bc882f327d05e commit: 97bd5a5258fff90d1f95022cdd6bdb24f1ac7830 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 6 14:31:36 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 6 14:40:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bd5a52 net-fs/samba: Added "ldap" USE-dependency for sys-libs/ldb Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.2.11.ebuild | 2 +- net-fs/samba/samba-4.2.14.ebuild | 2 +- net-fs/samba/samba-4.3.11.ebuild | 2 +- net-fs/samba/samba-4.4.5.ebuild | 2 +- net-fs/samba/samba-4.5.0_rc3.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-fs/samba/samba-4.2.11.ebuild b/net-fs/samba/samba-4.2.11.ebuild index 8725607..f921a9d 100644 --- a/net-fs/samba/samba-4.2.11.ebuild +++ b/net-fs/samba/samba-4.2.11.ebuild @@ -52,7 +52,7 @@ CDEPEND="${PYTHON_DEPS} >=net-libs/socket_wrapper-1.1.2[${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] sys-libs/libcap - >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.24[ldap(+)?,${MULTILIB_USEDEP}] sys-libs/ncurses:0=[${MULTILIB_USEDEP}] >=sys-libs/nss_wrapper-1.0.2[${MULTILIB_USEDEP}] >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index 5ce6c88..9802081 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -52,7 +52,7 @@ CDEPEND="${PYTHON_DEPS} >=net-libs/socket_wrapper-1.1.2[${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] sys-libs/libcap - >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.24[ldap(+)?,${MULTILIB_USEDEP}] sys-libs/ncurses:0=[${MULTILIB_USEDEP}] >=sys-libs/nss_wrapper-1.0.2[${MULTILIB_USEDEP}] >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.3.11.ebuild b/net-fs/samba/samba-4.3.11.ebuild index f58f54d..da7a933 100644 --- a/net-fs/samba/samba-4.3.11.ebuild +++ b/net-fs/samba/samba-4.3.11.ebuild @@ -51,7 +51,7 @@ CDEPEND="${PYTHON_DEPS} dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] sys-libs/libcap - >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.24[ldap(+)?,${MULTILIB_USEDEP}] sys-libs/ncurses:0=[${MULTILIB_USEDEP}] >=sys-libs/talloc-2.1.3[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/tdb-1.3.7[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.4.5.ebuild b/net-fs/samba/samba-4.4.5.ebuild index 2aa1537..996961e 100644 --- a/net-fs/samba/samba-4.4.5.ebuild +++ b/net-fs/samba/samba-4.4.5.ebuild @@ -51,7 +51,7 @@ CDEPEND="${PYTHON_DEPS} dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] sys-libs/libcap - >=sys-libs/ldb-1.1.26[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.26[ldap(+)?,${MULTILIB_USEDEP}] sys-libs/ncurses:0=[${MULTILIB_USEDEP}] >=sys-libs/talloc-2.1.6[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/tdb-1.3.8[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.5.0_rc3.ebuild b/net-fs/samba/samba-4.5.0_rc3.ebuild index 744640a..9e342bf 100644 --- a/net-fs/samba/samba-4.5.0_rc3.ebuild +++ b/net-fs/samba/samba-4.5.0_rc3.ebuild @@ -51,7 +51,7 @@ CDEPEND="${PYTHON_DEPS} dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] sys-libs/libcap - >=sys-libs/ldb-1.1.27[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.27[ldap(+)?,${MULTILIB_USEDEP}] sys-libs/ncurses:0=[${MULTILIB_USEDEP}] >=sys-libs/talloc-2.1.8[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/tdb-1.3.10[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}]