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 D05AA15806E for ; Tue, 16 May 2023 03:39:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9AE2E08F0; Tue, 16 May 2023 03:39:55 +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 AB8C9E08F0 for ; Tue, 16 May 2023 03:39:55 +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 AD492340D5F for ; Tue, 16 May 2023 03:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC42FA73 for ; Tue, 16 May 2023 03:39:51 +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: <1684208159.d5312fc2c67a5ec3949ac242a0592f5b3806e5f4.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.8.ebuild X-VCS-Directories: net-proxy/squid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5312fc2c67a5ec3949ac242a0592f5b3806e5f4 X-VCS-Branch: master Date: Tue, 16 May 2023 03:39:51 +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: cef2c615-f716-48be-ad34-241009c2206e X-Archives-Hash: a008a9c23ecae53e0260bb5ab0252001 commit: d5312fc2c67a5ec3949ac242a0592f5b3806e5f4 Author: Sam James gentoo org> AuthorDate: Tue May 16 03:35:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 16 03:35:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5312fc2 net-proxy/squid: add Valgrind annotation support Signed-off-by: Sam James gentoo.org> net-proxy/squid/squid-5.8.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-proxy/squid/squid-5.8.ebuild b/net-proxy/squid/squid-5.8.ebuild index 91df2c9eb25d..f7f2f01d3c06 100644 --- a/net-proxy/squid/squid-5.8.ebuild +++ b/net-proxy/squid/squid-5.8.ebuild @@ -23,7 +23,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="caps gnutls pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test ecap" -IUSE+=" esi ssl-crtd mysql postgres sqlite systemd perl qos tproxy +htcp +wccp +wccpv2" +IUSE+=" esi ssl-crtd mysql postgres sqlite systemd perl qos tproxy +htcp valgrind +wccp +wccpv2" RESTRICT="!test? ( test )" REQUIRED_USE="tproxy? ( caps ) qos? ( caps ) ssl-crtd? ( ssl )" @@ -67,6 +67,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-squid ) sqlite? ( dev-perl/DBD-SQLite ) " +DEPEND+=" valgrind? ( dev-util/valgrind )" BDEPEND=" dev-lang/perl ecap? ( virtual/pkgconfig ) @@ -167,6 +168,7 @@ src_configure() { $(use_enable esi expat) $(use_enable esi libxml2) $(use_enable htcp) + $(use_with valgrind valgrind-debug) $(use_enable wccp) $(use_enable wccpv2) )