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 5A08C158094 for ; Fri, 30 Sep 2022 03:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A68912BC058; Fri, 30 Sep 2022 03:13:20 +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 89BE32BC058 for ; Fri, 30 Sep 2022 03:13:20 +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 9E02234138C for ; Fri, 30 Sep 2022 03:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 420355C0 for ; Fri, 30 Sep 2022 03:13:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664507589.b856d5dd6675b832cb3ba1f0431346b229b9747d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/squid/squid-5.7.ebuild X-VCS-Directories: net-proxy/squid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b856d5dd6675b832cb3ba1f0431346b229b9747d X-VCS-Branch: master Date: Fri, 30 Sep 2022 03:13:18 +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: 14a7d2c3-643c-486d-8466-64a1f4f6d93b X-Archives-Hash: 4e076713d79b2a083b7d05b28d1d8e3e commit: b856d5dd6675b832cb3ba1f0431346b229b9747d Author: Sam James gentoo org> AuthorDate: Fri Sep 30 03:12:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 30 03:13:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b856d5dd net-proxy/squid: improve comment More precise. Signed-off-by: Sam James gentoo.org> net-proxy/squid/squid-5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/squid/squid-5.7.ebuild b/net-proxy/squid/squid-5.7.ebuild index 693209d20296..30aee5f4ebdc 100644 --- a/net-proxy/squid/squid-5.7.ebuild +++ b/net-proxy/squid/squid-5.7.ebuild @@ -226,9 +226,9 @@ src_configure() { local ntlm_modules=( none ) if use samba ; then - # We intentionally overwrite modules here to lose + # We intentionally overwrite ntlm_modules here to lose # the 'none'. - ntlm_modules=( $(usev samba 'SMB_LM') ) + ntlm_modules=( SMB_LM ) fi # External helpers