diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-18 09:36:18 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-18 09:39:36 -0500 |
commit | 004b4f10aacc632f2ed3bd0362f51f223ab39cca (patch) | |
tree | d10fe22c8606edcd42e4902ecdf4760487be7356 /net-fs | |
parent | sys-kernel/git-sources: drop 6.9_rc3 (diff) | |
download | gentoo-004b4f10aacc632f2ed3bd0362f51f223ab39cca.tar.gz gentoo-004b4f10aacc632f2ed3bd0362f51f223ab39cca.tar.bz2 gentoo-004b4f10aacc632f2ed3bd0362f51f223ab39cca.zip |
net-fs/samba: fix category on new keyutils dep
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.18.11.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.19.6.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.20.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/samba/samba-4.18.11.ebuild b/net-fs/samba/samba-4.18.11.ebuild index 1145d17b7d64..215d4f63143e 100644 --- a/net-fs/samba/samba-4.18.11.ebuild +++ b/net-fs/samba/samba-4.18.11.ebuild @@ -110,7 +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}] ) + !system-mitkrb5? ( sys-apps/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 6ee167bc82fd..153d5e578090 100644 --- a/net-fs/samba/samba-4.19.6.ebuild +++ b/net-fs/samba/samba-4.19.6.ebuild @@ -110,7 +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}] ) + !system-mitkrb5? ( sys-apps/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 166fde786001..7a2dca05b8e2 100644 --- a/net-fs/samba/samba-4.20.0.ebuild +++ b/net-fs/samba/samba-4.20.0.ebuild @@ -110,7 +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}] ) + !system-mitkrb5? ( sys-apps/keyutils[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( llvm-libunwind? ( sys-libs/llvm-libunwind:= ) |