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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F00F15806E for ; Sun, 14 May 2023 07:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD29FE083E; Sun, 14 May 2023 07:27:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A66C0E083E for ; Sun, 14 May 2023 07:27:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D46A8340DE8 for ; Sun, 14 May 2023 07:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F52A6C for ; Sun, 14 May 2023 07:26:58 +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: <1684049200.be0890dcd6be784ef5e2cd87e5ef55ae55ee04ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpcre2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpcre2/metadata.xml X-VCS-Directories: dev-libs/libpcre2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be0890dcd6be784ef5e2cd87e5ef55ae55ee04ad X-VCS-Branch: master Date: Sun, 14 May 2023 07:26:58 +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: 85e1867c-8b29-41c0-a398-542742d0dad3 X-Archives-Hash: 8087fe6cdb6c87bd13faaeeb20521668 commit: be0890dcd6be784ef5e2cd87e5ef55ae55ee04ad Author: Sam James gentoo org> AuthorDate: Sun May 14 07:25:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 14 07:26:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0890dc dev-libs/libpcre2: tweak USE=valgrind description Signed-off-by: Sam James gentoo.org> dev-libs/libpcre2/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpcre2/metadata.xml b/dev-libs/libpcre2/metadata.xml index 04cdf69f6d5d..41adcbfc8a8f 100644 --- a/dev-libs/libpcre2/metadata.xml +++ b/dev-libs/libpcre2/metadata.xml @@ -16,7 +16,7 @@ Add support for command line editing to pcretest, through sys-libs/readline. - Support Valgrind for dev-util/valgrind annotations to improve results for memcheck. + Support Valgrind (dev-util/valgrind) with annotations to improve results for memcheck. Add support for pcregrep command to search within gzip-compressed files (via sys-libs/zlib).