Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/
Date: Fri, 30 Sep 2022 03:13:21
Message-Id: 1664507589.b856d5dd6675b832cb3ba1f0431346b229b9747d.sam@gentoo
1 commit: b856d5dd6675b832cb3ba1f0431346b229b9747d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 03:12:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 03:13:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b856d5dd
7
8 net-proxy/squid: improve comment
9
10 More precise.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-proxy/squid/squid-5.7.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-proxy/squid/squid-5.7.ebuild b/net-proxy/squid/squid-5.7.ebuild
18 index 693209d20296..30aee5f4ebdc 100644
19 --- a/net-proxy/squid/squid-5.7.ebuild
20 +++ b/net-proxy/squid/squid-5.7.ebuild
21 @@ -226,9 +226,9 @@ src_configure() {
22 local ntlm_modules=( none )
23
24 if use samba ; then
25 - # We intentionally overwrite modules here to lose
26 + # We intentionally overwrite ntlm_modules here to lose
27 # the 'none'.
28 - ntlm_modules=( $(usev samba 'SMB_LM') )
29 + ntlm_modules=( SMB_LM )
30 fi
31
32 # External helpers