diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-09-27 12:51:59 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-09-27 12:56:17 -0500 |
commit | 96d3545e9ee068bdac68d8f0343ee7c0b27c5d73 (patch) | |
tree | dcd687ba098c05d74b78031ddcdce5b7c55f18a7 /net-fs | |
parent | net-fs/samba: add 4.19.0 (diff) | |
download | gentoo-96d3545e9ee068bdac68d8f0343ee7c0b27c5d73.tar.gz gentoo-96d3545e9ee068bdac68d8f0343ee7c0b27c5d73.tar.bz2 gentoo-96d3545e9ee068bdac68d8f0343ee7c0b27c5d73.zip |
net-fs/samba: newer heimdal has ssl forced off, allow this
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.19.0.ebuild b/net-fs/samba/samba-4.19.0.ebuild index c513b6b19b14..38134f5ff67e 100644 --- a/net-fs/samba/samba-4.19.0.ebuild +++ b/net-fs/samba/samba-4.19.0.ebuild @@ -108,7 +108,7 @@ COMMON_DEPEND=" sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}] ) snapper? ( sys-apps/dbus ) - system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( |