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 0197A1383D3 for ; Tue, 1 Sep 2015 14:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 330B714208; Tue, 1 Sep 2015 14:05:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC8AC14208 for ; Tue, 1 Sep 2015 14:05:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D21973406C7 for ; Tue, 1 Sep 2015 14:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62E38114 for ; Tue, 1 Sep 2015 14:05:12 +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: <1441116302.9d320d3f7d854bd7d82b4392d8b5796bb46a98d4.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.0.26.ebuild net-fs/samba/samba-4.1.19.ebuild net-fs/samba/samba-4.1.20.ebuild net-fs/samba/samba-4.2.3.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9d320d3f7d854bd7d82b4392d8b5796bb46a98d4 X-VCS-Branch: master Date: Tue, 1 Sep 2015 14:05:12 +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: ca445862-aa57-4b7d-bb4b-24c1ba2cf945 X-Archives-Hash: 367604970ab8a4fee814f8c6053e4539 commit: 9d320d3f7d854bd7d82b4392d8b5796bb46a98d4 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 1 13:36:12 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 1 14:05:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d320d3f net-fs/samba: Added sys-libs/ncurses dependency (bug #557914) Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.0.26.ebuild | 1 + net-fs/samba/samba-4.1.19.ebuild | 1 + net-fs/samba/samba-4.1.20.ebuild | 1 + net-fs/samba/samba-4.2.3.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/net-fs/samba/samba-4.0.26.ebuild b/net-fs/samba/samba-4.0.26.ebuild index f58f687..e3ef3e4 100644 --- a/net-fs/samba/samba-4.0.26.ebuild +++ b/net-fs/samba/samba-4.0.26.ebuild @@ -41,6 +41,7 @@ CDEPEND="${PYTHON_DEPS} sys-apps/attr sys-libs/libcap >=sys-libs/ldb-1.1.16 + sys-libs/ncurses:0= >=sys-libs/tdb-1.2.11[python,${PYTHON_USEDEP}] >=sys-libs/talloc-2.0.8[python,${PYTHON_USEDEP}] >=sys-libs/tevent-0.9.18 diff --git a/net-fs/samba/samba-4.1.19.ebuild b/net-fs/samba/samba-4.1.19.ebuild index 1e7544a..3b8e63e 100644 --- a/net-fs/samba/samba-4.1.19.ebuild +++ b/net-fs/samba/samba-4.1.19.ebuild @@ -36,6 +36,7 @@ CDEPEND="${PYTHON_DEPS} sys-libs/libcap >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP}] >=sys-libs/ldb-1.1.17 + sys-libs/ncurses:0= >=sys-libs/tdb-1.2.12[python,${PYTHON_USEDEP}] >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP}] >=sys-libs/tevent-0.9.18 diff --git a/net-fs/samba/samba-4.1.20.ebuild b/net-fs/samba/samba-4.1.20.ebuild index 1e7544a..3b8e63e 100644 --- a/net-fs/samba/samba-4.1.20.ebuild +++ b/net-fs/samba/samba-4.1.20.ebuild @@ -36,6 +36,7 @@ CDEPEND="${PYTHON_DEPS} sys-libs/libcap >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP}] >=sys-libs/ldb-1.1.17 + sys-libs/ncurses:0= >=sys-libs/tdb-1.2.12[python,${PYTHON_USEDEP}] >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP}] >=sys-libs/tevent-0.9.18 diff --git a/net-fs/samba/samba-4.2.3.ebuild b/net-fs/samba/samba-4.2.3.ebuild index 39446ff..fa13c21 100644 --- a/net-fs/samba/samba-4.2.3.ebuild +++ b/net-fs/samba/samba-4.2.3.ebuild @@ -40,6 +40,7 @@ CDEPEND="${PYTHON_DEPS} sys-apps/attr sys-libs/libcap >=sys-libs/ldb-1.1.20 + sys-libs/ncurses:0= >=sys-libs/nss_wrapper-1.0.2 >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP}] >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP}]