commit: 4874434144648ec2053a03701d1b820cec75b1e7 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Oct 16 15:57:35 2025 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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}] )
