From 492da91872e1a0a11d5b11f0b3eec35fdf6527e2 Mon Sep 17 00:00:00 2001 From: Hank Leininger Date: Mon, 13 Apr 2026 17:09:57 -0600 Subject: [PATCH] net-proxy/squid: remove deprecated SMB_LM from USE=ldap This was first added for USE=ldap with the addition of 4.6 in ee8980c56616066c8eabc6ee4f0d9077939f8198 , however upstream has removed the SMB_LM auth helper, and it's not clear it was ever needed for USE=ldap unless also using USE=samba (which also sets it anyway). Signed-off-by: Hank Leininger Closes: https://bugs.gentoo.org/972624 Bug: https://bugs.gentoo.org/972634 Part-of: https://codeberg.org/gentoo/gentoo/pulls/619 Merges: https://codeberg.org/gentoo/gentoo/pulls/619 Signed-off-by: Sam James --- net-proxy/squid/squid-7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/squid/squid-7.5.ebuild b/net-proxy/squid/squid-7.5.ebuild index 733f5c52e1243..1a3ffe6562f80 100644 --- a/net-proxy/squid/squid-7.5.ebuild +++ b/net-proxy/squid/squid-7.5.ebuild @@ -202,7 +202,7 @@ src_configure() { getpwnam $(usev samba 'SMB') - $(usev ldap 'SMB_LM LDAP') + $(usev ldap 'LDAP') $(usev pam 'PAM') $(usev sasl 'SASL') $(usev nis 'NIS')