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 25BD21395E1 for ; Wed, 2 Nov 2016 10:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0581DE0C94; Wed, 2 Nov 2016 10:04:18 +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 E17E9E0C94 for ; Wed, 2 Nov 2016 10:04:17 +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 7402F34119A for ; Wed, 2 Nov 2016 10:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1796F306 for ; Wed, 2 Nov 2016 10:04:14 +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: <1478081050.70e557863e931f7e28e46480c1470ac59cd85515.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.6.ebuild net-fs/samba/samba-4.4.7.ebuild net-fs/samba/samba-4.5.0-r1.ebuild net-fs/samba/samba-4.5.1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 70e557863e931f7e28e46480c1470ac59cd85515 X-VCS-Branch: master Date: Wed, 2 Nov 2016 10:04:14 +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: 66174a98-12c8-4937-90ca-2d1ccc7a1629 X-Archives-Hash: 201545ed5c86866bd643996b3489ce90 commit: 70e557863e931f7e28e46480c1470ac59cd85515 Author: Lars Wendler gentoo org> AuthorDate: Wed Nov 2 10:03:49 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Nov 2 10:04:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e55786 net-fs/samba: Re-added dev-libs/libaio (automagic dependency). Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.4.6.ebuild | 1 + net-fs/samba/samba-4.4.7.ebuild | 1 + net-fs/samba/samba-4.5.0-r1.ebuild | 1 + net-fs/samba/samba-4.5.1.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/net-fs/samba/samba-4.4.6.ebuild b/net-fs/samba/samba-4.4.6.ebuild index 973e0dc..e7e5b55 100644 --- a/net-fs/samba/samba-4.4.6.ebuild +++ b/net-fs/samba/samba-4.4.6.ebuild @@ -43,6 +43,7 @@ MULTILIB_WRAPPED_HEADERS=( CDEPEND="${PYTHON_DEPS} >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] dev-lang/perl:= + dev-libs/libaio[${MULTILIB_USEDEP}] dev-libs/libbsd[${MULTILIB_USEDEP}] dev-libs/iniparser:0 dev-libs/popt[${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.4.7.ebuild b/net-fs/samba/samba-4.4.7.ebuild index 973e0dc..e7e5b55 100644 --- a/net-fs/samba/samba-4.4.7.ebuild +++ b/net-fs/samba/samba-4.4.7.ebuild @@ -43,6 +43,7 @@ MULTILIB_WRAPPED_HEADERS=( CDEPEND="${PYTHON_DEPS} >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] dev-lang/perl:= + dev-libs/libaio[${MULTILIB_USEDEP}] dev-libs/libbsd[${MULTILIB_USEDEP}] dev-libs/iniparser:0 dev-libs/popt[${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.5.0-r1.ebuild b/net-fs/samba/samba-4.5.0-r1.ebuild index 48653e3..a4d2b1a 100644 --- a/net-fs/samba/samba-4.5.0-r1.ebuild +++ b/net-fs/samba/samba-4.5.0-r1.ebuild @@ -43,6 +43,7 @@ MULTILIB_WRAPPED_HEADERS=( CDEPEND="${PYTHON_DEPS} >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] dev-lang/perl:= + dev-libs/libaio[${MULTILIB_USEDEP}] dev-libs/libbsd[${MULTILIB_USEDEP}] dev-libs/iniparser:0 dev-libs/popt[${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.5.1.ebuild b/net-fs/samba/samba-4.5.1.ebuild index 48653e3..a4d2b1a 100644 --- a/net-fs/samba/samba-4.5.1.ebuild +++ b/net-fs/samba/samba-4.5.1.ebuild @@ -43,6 +43,7 @@ MULTILIB_WRAPPED_HEADERS=( CDEPEND="${PYTHON_DEPS} >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] dev-lang/perl:= + dev-libs/libaio[${MULTILIB_USEDEP}] dev-libs/libbsd[${MULTILIB_USEDEP}] dev-libs/iniparser:0 dev-libs/popt[${MULTILIB_USEDEP}]