diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-10-14 11:54:13 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-10-14 13:39:06 -0500 |
commit | 8ac2ab31bd1eb82964a23197f37e40b3e2912c71 (patch) | |
tree | 9ab02ff6bffa5f80fb0eab1b73275a2eddccf10f | |
parent | sys-libs/tevent: Stabilize 0.16.1 ppc, #941101 (diff) | |
download | gentoo-8ac2ab31bd1eb82964a23197f37e40b3e2912c71.tar.gz gentoo-8ac2ab31bd1eb82964a23197f37e40b3e2912c71.tar.bz2 gentoo-8ac2ab31bd1eb82964a23197f37e40b3e2912c71.zip |
net-fs/samba: block on ldb since it's bundled now
Bug: https://bugs.gentoo.org/941298
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | net-fs/samba/samba-4.21.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index dfe4e18e4c44..645ea61888ab 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -69,8 +69,7 @@ COMMON_DEPEND=" dev-perl/Parse-Yapp >=net-libs/gnutls-3.4.7:=[${MULTILIB_USEDEP}] >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] - >=sys-libs/ldb-2.9.1:=[ldap(+)?,${MULTILIB_USEDEP}] - <sys-libs/ldb-2.10.0:=[ldap(+)?,${MULTILIB_USEDEP}] + !sys-libs/ldb sys-libs/libcap[${MULTILIB_USEDEP}] sys-libs/liburing:=[${MULTILIB_USEDEP}] sys-libs/ncurses:= |