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 C0DCD58973 for ; Mon, 18 Jan 2016 04:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3786A21C0C6; Mon, 18 Jan 2016 04:12:23 +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 D9F5D21C0C6 for ; Mon, 18 Jan 2016 04:12:21 +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 DEEA53408EA for ; Mon, 18 Jan 2016 04:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B65DCB3 for ; Mon, 18 Jan 2016 04:12:16 +0000 (UTC) From: "Victor Ostorga" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Victor Ostorga" Message-ID: <1453090333.aeb43effc3ad932fd216d3a2665b8c7042316662.vostorga@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.7-r1.ebuild net-fs/samba/samba-4.3.4.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: vostorga X-VCS-Committer-Name: Victor Ostorga X-VCS-Revision: aeb43effc3ad932fd216d3a2665b8c7042316662 X-VCS-Branch: master Date: Mon, 18 Jan 2016 04:12:16 +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: 2f518402-126c-4404-aa74-c9e967457e10 X-Archives-Hash: 9440423c6916c8184cd24db8ccda3497 commit: aeb43effc3ad932fd216d3a2665b8c7042316662 Author: Victor Ostorga gentoo org> AuthorDate: Mon Jan 18 04:12:13 2016 +0000 Commit: Victor Ostorga gentoo org> CommitDate: Mon Jan 18 04:12:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb43eff Skipping dcerpc_server.h in alternative abi Package-Manager: portage-2.2.24 net-fs/samba/samba-4.2.7-r1.ebuild | 1 + net-fs/samba/samba-4.3.4.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-fs/samba/samba-4.2.7-r1.ebuild b/net-fs/samba/samba-4.2.7-r1.ebuild index e3684eb..9aae0bb 100644 --- a/net-fs/samba/samba-4.2.7-r1.ebuild +++ b/net-fs/samba/samba-4.2.7-r1.ebuild @@ -30,6 +30,7 @@ ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" MULTILIB_WRAPPED_HEADERS=( /usr/include/samba-4.0/policy.h + /usr/include/samba-4.0/dcerpc_server.h ) # sys-apps/attr is an automagic dependency (see bug #489748) diff --git a/net-fs/samba/samba-4.3.4.ebuild b/net-fs/samba/samba-4.3.4.ebuild index e8edaf8..9a62e88 100644 --- a/net-fs/samba/samba-4.3.4.ebuild +++ b/net-fs/samba/samba-4.3.4.ebuild @@ -30,6 +30,7 @@ ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" MULTILIB_WRAPPED_HEADERS=( /usr/include/samba-4.0/policy.h + /usr/include/samba-4.0/dcerpc_server.h ) # sys-apps/attr is an automagic dependency (see bug #489748)