diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-10-14 13:11:12 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-10-14 13:39:09 -0500 |
commit | a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6 (patch) | |
tree | 37e3ea777dbda30f41de9d9a978611c24feb78cc /net-fs | |
parent | net-fs/samba: install ldb shared library for sssd (and other) use (diff) | |
download | gentoo-a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6.tar.gz gentoo-a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6.tar.bz2 gentoo-a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6.zip |
net-fs/samba: add subslot for bundled ldb
Bug: https://bugs.gentoo.org/941298
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index 702b83ed1e64..0f5e0e36c25d 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -21,7 +21,7 @@ fi S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" -SLOT="0" +SLOT="0/2.10.0" IUSE="acl addc ads ceph client cluster cups debug fam glusterfs gpg" IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota +regedit selinux" IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind" |