diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-18 06:58:16 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-18 07:00:00 -0500 |
commit | d4f3c4ecb9f1686c2ff66192c673b419344e9575 (patch) | |
tree | db0577a5688f5c86a16325c3f6ac122203d8c43d /net-fs | |
parent | net-misc/dropbox: add 197.4.7571 (diff) | |
download | gentoo-d4f3c4ecb9f1686c2ff66192c673b419344e9575.tar.gz gentoo-d4f3c4ecb9f1686c2ff66192c673b419344e9575.tar.bz2 gentoo-d4f3c4ecb9f1686c2ff66192c673b419344e9575.zip |
net-fs/samba: add missing dep for bundled mit-krb5
Bug: https://bugs.gentoo.org/917006
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.18.11.ebuild | 1 | ||||
-rw-r--r-- | net-fs/samba/samba-4.19.6.ebuild | 1 | ||||
-rw-r--r-- | net-fs/samba/samba-4.20.0.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.18.11.ebuild b/net-fs/samba/samba-4.18.11.ebuild index aad41632fada..1145d17b7d64 100644 --- a/net-fs/samba/samba-4.18.11.ebuild +++ b/net-fs/samba/samba-4.18.11.ebuild @@ -110,6 +110,7 @@ COMMON_DEPEND=" snapper? ( sys-apps/dbus ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( sys-libs/keyutils[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( llvm-libunwind? ( sys-libs/llvm-libunwind:= ) diff --git a/net-fs/samba/samba-4.19.6.ebuild b/net-fs/samba/samba-4.19.6.ebuild index 14523d446af3..6ee167bc82fd 100644 --- a/net-fs/samba/samba-4.19.6.ebuild +++ b/net-fs/samba/samba-4.19.6.ebuild @@ -110,6 +110,7 @@ COMMON_DEPEND=" snapper? ( sys-apps/dbus ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( sys-libs/keyutils[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( llvm-libunwind? ( sys-libs/llvm-libunwind:= ) diff --git a/net-fs/samba/samba-4.20.0.ebuild b/net-fs/samba/samba-4.20.0.ebuild index bbddb3c9b0b7..166fde786001 100644 --- a/net-fs/samba/samba-4.20.0.ebuild +++ b/net-fs/samba/samba-4.20.0.ebuild @@ -110,6 +110,7 @@ COMMON_DEPEND=" snapper? ( sys-apps/dbus ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( sys-libs/keyutils[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( llvm-libunwind? ( sys-libs/llvm-libunwind:= ) |