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 DF523138350 for ; Thu, 9 Apr 2020 10:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05EF2E096F; Thu, 9 Apr 2020 10:05:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DBA6BE096F for ; Thu, 9 Apr 2020 10:05:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 63A2834F068 for ; Thu, 9 Apr 2020 10:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E161C5 for ; Thu, 9 Apr 2020 10:05:02 +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: <1586426695.782a81116f7e86a5fd1060df11c7a9a2912725c6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/cifs-utils/cifs-utils-6.10-r1.ebuild X-VCS-Directories: net-fs/cifs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 782a81116f7e86a5fd1060df11c7a9a2912725c6 X-VCS-Branch: master Date: Thu, 9 Apr 2020 10:05:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f17e4d0-5409-4810-8845-1fd0ec19d8a2 X-Archives-Hash: 90b6e56e0aa5ba344686c341c1fb1afe commit: 782a81116f7e86a5fd1060df11c7a9a2912725c6 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 9 10:04:37 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 9 10:04:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782a8111 net-fs/cifs-utils: Added dev-python/docutils to BDEPEND Thanks-to: Holger gmail.com> Closes: https://bugs.gentoo.org/716686 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> net-fs/cifs-utils/cifs-utils-6.10-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-fs/cifs-utils/cifs-utils-6.10-r1.ebuild b/net-fs/cifs-utils/cifs-utils-6.10-r1.ebuild index 2e5391aa6cd..d9225eafc90 100644 --- a/net-fs/cifs-utils/cifs-utils-6.10-r1.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.10-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" pam? ( sys-libs/pam ) " DEPEND="${RDEPEND}" +BDEPEND="dev-python/docutils" PDEPEND=" acl? ( >=net-fs/samba-4.0.0_alpha1 ) "