commit: 427e5959a06892105de262551abb27584470c29d Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Thu Oct 16 23:22:31 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 13:17:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427e5959
net-fs/samba: fix dependencies for ads and addc USE flags Both `ads` and `addc` USE flags provide the same `samba-tool`. So, they should have the same deps. Bug: https://bugs.gentoo.org/964312 Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/44212 Closes: https://github.com/gentoo/gentoo/pull/44212 Signed-off-by: Sam James <sam <AT> gentoo.org> net-fs/samba/{samba-4.21.9.ebuild => samba-4.21.9-r1.ebuild} | 3 +++ net-fs/samba/{samba-4.22.5.ebuild => samba-4.22.5-r1.ebuild} | 3 +++ net-fs/samba/{samba-4.23.2.ebuild => samba-4.23.2-r1.ebuild} | 3 +++ 3 files changed, 9 insertions(+) diff --git a/net-fs/samba/samba-4.21.9.ebuild b/net-fs/samba/samba-4.21.9-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.21.9.ebuild rename to net-fs/samba/samba-4.21.9-r1.ebuild index d818e979ea09..6566205eed84 100644 --- a/net-fs/samba/samba-4.21.9.ebuild +++ b/net-fs/samba/samba-4.21.9-r1.ebuild @@ -87,9 +87,12 @@ COMMON_DEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + net-dns/bind[gssapi] ) ads? ( + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] net-dns/bind[gssapi] ) ') diff --git a/net-fs/samba/samba-4.22.5.ebuild b/net-fs/samba/samba-4.22.5-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.22.5.ebuild rename to net-fs/samba/samba-4.22.5-r1.ebuild index 50bc54cef594..37b6d04ce43e 100644 --- a/net-fs/samba/samba-4.22.5.ebuild +++ b/net-fs/samba/samba-4.22.5-r1.ebuild @@ -87,9 +87,12 @@ COMMON_DEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + net-dns/bind[gssapi] ) ads? ( + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] net-dns/bind[gssapi] ) ') diff --git a/net-fs/samba/samba-4.23.2.ebuild b/net-fs/samba/samba-4.23.2-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.23.2.ebuild rename to net-fs/samba/samba-4.23.2-r1.ebuild index 4884c8c2c25e..dd7219c4620f 100644 --- a/net-fs/samba/samba-4.23.2.ebuild +++ b/net-fs/samba/samba-4.23.2-r1.ebuild @@ -88,9 +88,12 @@ COMMON_DEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + net-dns/bind[gssapi] ) ads? ( + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython:=[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] net-dns/bind[gssapi] ) ')
