From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30E8E158043 for ; Thu, 18 Apr 2024 14:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E34E2A16; Thu, 18 Apr 2024 14:39:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4482E2A16 for ; Thu, 18 Apr 2024 14:39:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6EFC3434BA for ; Thu, 18 Apr 2024 14:39:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A3491587 for ; Thu, 18 Apr 2024 14:39:41 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1713451176.004b4f10aacc632f2ed3bd0362f51f223ab39cca.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.18.11.ebuild net-fs/samba/samba-4.19.6.ebuild net-fs/samba/samba-4.20.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 004b4f10aacc632f2ed3bd0362f51f223ab39cca X-VCS-Branch: master Date: Thu, 18 Apr 2024 14:39:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fa35a02-7722-4f33-86c0-7137dcc3e859 X-Archives-Hash: 22d4ad10587ad4c62cf73e09aea73c8c commit: 004b4f10aacc632f2ed3bd0362f51f223ab39cca Author: Ben Kohler gentoo org> AuthorDate: Thu Apr 18 14:36:18 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Apr 18 14:39:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004b4f10 net-fs/samba: fix category on new keyutils dep Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/samba-4.18.11.ebuild | 2 +- net-fs/samba/samba-4.19.6.ebuild | 2 +- 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:= )