From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58333158046 for ; Thu, 16 Oct 2025 15:59:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3F2BE341295 for ; Thu, 16 Oct 2025 15:59:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AB18011056D; Thu, 16 Oct 2025 15:59:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A2F5C11056D for ; Thu, 16 Oct 2025 15:59:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B78D340FE4 for ; Thu, 16 Oct 2025 15:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0793B1D for ; Thu, 16 Oct 2025 15:59:35 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1760630368.4874434144648ec2053a03701d1b820cec75b1e7.bkohler@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.21.9.ebuild net-fs/samba/samba-4.22.5.ebuild net-fs/samba/samba-4.23.2.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 4874434144648ec2053a03701d1b820cec75b1e7 X-VCS-Branch: master Date: Thu, 16 Oct 2025 15:59:35 +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: 6f3444ad-7d28-4ba0-afb8-94ccad0c7c8b X-Archives-Hash: c75f5b9661d0c2503c64ec91acca62c6 commit: 4874434144648ec2053a03701d1b820cec75b1e7 Author: Ben Kohler gentoo org> AuthorDate: Thu Oct 16 15:57:35 2025 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Oct 16 15:59:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48744341 net-fs/samba: add missing dev-python/cryptography dep for USE=addc Closes: https://bugs.gentoo.org/964312 Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/samba-4.21.9.ebuild | 1 + net-fs/samba/samba-4.22.5.ebuild | 1 + net-fs/samba/samba-4.23.2.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-fs/samba/samba-4.21.9.ebuild b/net-fs/samba/samba-4.21.9.ebuild index 859ebf0287ff..d818e979ea09 100644 --- a/net-fs/samba/samba-4.21.9.ebuild +++ b/net-fs/samba/samba-4.21.9.ebuild @@ -84,6 +84,7 @@ COMMON_DEPEND=" virtual/libiconv $(python_gen_cond_dep ' addc? ( + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] ) diff --git a/net-fs/samba/samba-4.22.5.ebuild b/net-fs/samba/samba-4.22.5.ebuild index 27bc11609d6e..50bc54cef594 100644 --- a/net-fs/samba/samba-4.22.5.ebuild +++ b/net-fs/samba/samba-4.22.5.ebuild @@ -84,6 +84,7 @@ COMMON_DEPEND=" virtual/libiconv $(python_gen_cond_dep ' addc? ( + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] ) diff --git a/net-fs/samba/samba-4.23.2.ebuild b/net-fs/samba/samba-4.23.2.ebuild index 4887f81256d5..4884c8c2c25e 100644 --- a/net-fs/samba/samba-4.23.2.ebuild +++ b/net-fs/samba/samba-4.23.2.ebuild @@ -85,6 +85,7 @@ COMMON_DEPEND=" virtual/libiconv $(python_gen_cond_dep ' addc? ( + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] )