From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1575062-garchives=archives.gentoo.org@lists.gentoo.org>
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 BB82F158099
	for <garchives@archives.gentoo.org>; Thu, 30 Nov 2023 02:08:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E62892BC023;
	Thu, 30 Nov 2023 02:08:13 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CFC532BC023
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Nov 2023 02:08:13 +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 20D4D335D60
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Nov 2023 02:08:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F206143A
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Nov 2023 02:08:10 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1701309856.25ebe6ba5e991bb4b24c8c0f374b3b8fc743650d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yyjson/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/yyjson/yyjson-0.8.0.ebuild
X-VCS-Directories: dev-libs/yyjson/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 25ebe6ba5e991bb4b24c8c0f374b3b8fc743650d
X-VCS-Branch: master
Date: Thu, 30 Nov 2023 02:08:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d0f69c53-c642-4376-9632-bfb6d085fed6
X-Archives-Hash: a5b9cdf6126cfbc1f9ddc6c89ad70614

commit:     25ebe6ba5e991bb4b24c8c0f374b3b8fc743650d
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Nov 30 00:56:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 02:04:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ebe6ba

dev-libs/yyjson: disable valgrind

Bug: https://bugs.gentoo.org/912270
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/yyjson/yyjson-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/yyjson/yyjson-0.8.0.ebuild b/dev-libs/yyjson/yyjson-0.8.0.ebuild
index e6ba30e9251d..c5aaec127502 100644
--- a/dev-libs/yyjson/yyjson-0.8.0.ebuild
+++ b/dev-libs/yyjson/yyjson-0.8.0.ebuild
@@ -27,7 +27,7 @@ src_configure() {
 	local mycmakeargs=(
 		-DYYJSON_BUILD_DOC=$(usex doc)
 		-DYYJSON_BUILD_TESTS=$(usex test)
-		-DYYJSON_ENABLE_VALGRIND=$(usex test)
+		-DYYJSON_ENABLE_VALGRIND=OFF
 	)
 
 	cmake_src_configure