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 0388C1396D0 for ; Thu, 14 Sep 2017 11:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 531C41FC00B; Thu, 14 Sep 2017 11:29:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DB5A1FC00B for ; Thu, 14 Sep 2017 11:29:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D19733BE25 for ; Thu, 14 Sep 2017 11:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2498B9063 for ; Thu, 14 Sep 2017 11:29:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1505388577.c49282a3d3fdf5a7c0286c1050e85757918e7293.pacho@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.5.10-r1.ebuild net-fs/samba/samba-4.5.13.ebuild net-fs/samba/samba-4.6.7.ebuild net-fs/samba/samba-4.7.0_rc5.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c49282a3d3fdf5a7c0286c1050e85757918e7293 X-VCS-Branch: master Date: Thu, 14 Sep 2017 11:29:42 +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: 3fb6bc2c-f833-4a4c-993f-fa686c9180c4 X-Archives-Hash: 95f5483ccf76275d5cc55a456f6439d0 commit: c49282a3d3fdf5a7c0286c1050e85757918e7293 Author: Pacho Ramos gentoo org> AuthorDate: Thu Sep 14 11:28:27 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Sep 14 11:29:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49282a3 net-fs/samba: app-text/docbook-xsl-stylesheets and dev-libs/libxslt are used at build time (#630024) Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-fs/samba/samba-4.5.10-r1.ebuild | 2 ++ net-fs/samba/samba-4.5.13.ebuild | 2 ++ net-fs/samba/samba-4.6.7.ebuild | 2 ++ net-fs/samba/samba-4.7.0_rc5.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/net-fs/samba/samba-4.5.10-r1.ebuild b/net-fs/samba/samba-4.5.10-r1.ebuild index 89a1a442591..bb4953a89c6 100644 --- a/net-fs/samba/samba-4.5.10-r1.ebuild +++ b/net-fs/samba/samba-4.5.10-r1.ebuild @@ -74,6 +74,8 @@ CDEPEND="${PYTHON_DEPS} system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= )" DEPEND="${CDEPEND} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig test? ( !system-mitkrb5? ( diff --git a/net-fs/samba/samba-4.5.13.ebuild b/net-fs/samba/samba-4.5.13.ebuild index c02d56fa244..cbf7ec7d4fc 100644 --- a/net-fs/samba/samba-4.5.13.ebuild +++ b/net-fs/samba/samba-4.5.13.ebuild @@ -75,6 +75,8 @@ CDEPEND="${PYTHON_DEPS} system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:0= )" DEPEND="${CDEPEND} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig test? ( !system-mitkrb5? ( diff --git a/net-fs/samba/samba-4.6.7.ebuild b/net-fs/samba/samba-4.6.7.ebuild index de3163c7392..de64a28ba3f 100644 --- a/net-fs/samba/samba-4.6.7.ebuild +++ b/net-fs/samba/samba-4.6.7.ebuild @@ -80,6 +80,8 @@ CDEPEND=" systemd? ( sys-apps/systemd:0= )" DEPEND="${CDEPEND} ${PYTHON_DEPS} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig test? ( !system-mitkrb5? ( diff --git a/net-fs/samba/samba-4.7.0_rc5.ebuild b/net-fs/samba/samba-4.7.0_rc5.ebuild index 6debdc7d7e8..3889bd641b3 100644 --- a/net-fs/samba/samba-4.7.0_rc5.ebuild +++ b/net-fs/samba/samba-4.7.0_rc5.ebuild @@ -79,6 +79,8 @@ CDEPEND=" systemd? ( sys-apps/systemd:0= )" DEPEND="${CDEPEND} ${PYTHON_DEPS} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt virtual/pkgconfig test? ( !system-mitkrb5? (