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 B90E915852A for ; Mon, 19 Aug 2024 20:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E39532BC030; Mon, 19 Aug 2024 20:16:35 +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 C0F982BC030 for ; Mon, 19 Aug 2024 20:16:35 +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 C7186340441 for ; Mon, 19 Aug 2024 20:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56F961EEA for ; Mon, 19 Aug 2024 20:16:33 +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: <1724098499.b2b727d8c6a6c01eac48781e78540a22b9960992.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-2.0.1.1.ebuild dev-debug/dtrace/dtrace-9999.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2b727d8c6a6c01eac48781e78540a22b9960992 X-VCS-Branch: master Date: Mon, 19 Aug 2024 20:16:33 +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: 7bc6e23f-de87-4468-b96c-8518cfc894ea X-Archives-Hash: 5b5bf13b51ae880819eec61e2bf9397e commit: b2b727d8c6a6c01eac48781e78540a22b9960992 Author: Sam James gentoo org> AuthorDate: Mon Aug 19 20:14:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 19 20:14:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b727d8 dev-debug/dtrace: DEPEND on dev-debug/valgrind again for now, for valgrind.h It's unconditionally included and I wrongly removed it because I grepped badly. This will be fixed later but let's get the dep right for now. Closes: https://bugs.gentoo.org/938190 Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1.ebuild | 3 +++ dev-debug/dtrace/dtrace-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1.ebuild index 5baf5c47c35c..8f1cbd7f3011 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1.ebuild @@ -65,6 +65,9 @@ BDEPEND=" >=sys-devel/bpf-toolchain-14.1.0 sys-devel/flex " +# TODO: Make this optional, valgrind.h is included unconditionally +# https://github.com/oracle/dtrace-utils/issues/80 +DEPEND+=" dev-debug/valgrind" pkg_pretend() { # TODO: optional kernel patches diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 73afc981b1fd..8fb8a63fc9a2 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -65,6 +65,9 @@ BDEPEND=" >=sys-devel/bpf-toolchain-14.1.0 sys-devel/flex " +# TODO: Make this optional, valgrind.h is included unconditionally +# https://github.com/oracle/dtrace-utils/issues/80 +DEPEND+=" dev-debug/valgrind" pkg_pretend() { # TODO: optional kernel patches