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 E58CE1382C5 for ; Mon, 15 Mar 2021 08:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3207EE0826; Mon, 15 Mar 2021 08:11:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 17F14E0826 for ; Mon, 15 Mar 2021 08:11: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 C5A49340C35 for ; Mon, 15 Mar 2021 08:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B678478 for ; Mon, 15 Mar 2021 08:11: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: <1615795789.11bbcad9956d0cb4c3e976e46bf2caca08f7f9b6.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.14.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 11bbcad9956d0cb4c3e976e46bf2caca08f7f9b6 X-VCS-Branch: master Date: Mon, 15 Mar 2021 08:11: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: 67337ce2-b57c-4621-b5d9-a6552492c16e X-Archives-Hash: c7dcb40758402533f3ca07989e45342b commit: 11bbcad9956d0cb4c3e976e46bf2caca08f7f9b6 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 15 08:01:41 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 15 08:09:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bbcad9 net-fs/samba: Added dev-python/markdown dep for USE="addc" Closes: https://bugs.gentoo.org/775824 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-fs/samba/samba-4.14.0.ebuild b/net-fs/samba/samba-4.14.0.ebuild index 0fa1731cdd3..2e9b9efddda 100644 --- a/net-fs/samba/samba-4.14.0.ebuild +++ b/net-fs/samba/samba-4.14.0.ebuild @@ -82,6 +82,9 @@ COMMON_DEPEND=" acl? ( virtual/acl ) $(python_gen_cond_dep " dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}] + addc? ( + dev-python/markdown[\${PYTHON_MULTI_USEDEP}] + ) addns? ( dev-python/dnspython:=[\${PYTHON_MULTI_USEDEP}] net-dns/bind-tools[gssapi]