commit:     b2b727d8c6a6c01eac48781e78540a22b9960992
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 20:14:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to