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 C969D158089 for ; Wed, 27 Sep 2023 17:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BCEB2BC02E; Wed, 27 Sep 2023 17:56:31 +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 003092BC02E for ; Wed, 27 Sep 2023 17:56:30 +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 19F64335CEC for ; Wed, 27 Sep 2023 17:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66D4E1273 for ; Wed, 27 Sep 2023 17:56:27 +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: <1695837377.96d3545e9ee068bdac68d8f0343ee7c0b27c5d73.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.19.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 96d3545e9ee068bdac68d8f0343ee7c0b27c5d73 X-VCS-Branch: master Date: Wed, 27 Sep 2023 17:56:27 +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: db9bd8fa-9d41-4ddd-a045-3aeafdd6581c X-Archives-Hash: 0b9554477d35f754acd98e197984251b commit: 96d3545e9ee068bdac68d8f0343ee7c0b27c5d73 Author: Ben Kohler gentoo org> AuthorDate: Wed Sep 27 17:51:59 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Sep 27 17:56:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d3545e net-fs/samba: newer heimdal has ssl forced off, allow this Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/samba-4.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? (