summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-19 21:14:59 +0100
committerSam James <sam@gentoo.org>2024-08-19 21:14:59 +0100
commitb2b727d8c6a6c01eac48781e78540a22b9960992 (patch)
treefbbcc0f65d7fd813d92e047a9ec812988c161fca /dev-debug
parentdev-lang/mujs: Stabilize 1.3.5 ppc64, #938185 (diff)
downloadgentoo-b2b727d8c6a6c01eac48781e78540a22b9960992.tar.gz
gentoo-b2b727d8c6a6c01eac48781e78540a22b9960992.tar.bz2
gentoo-b2b727d8c6a6c01eac48781e78540a22b9960992.zip
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@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/dtrace/dtrace-2.0.1.1.ebuild3
-rw-r--r--dev-debug/dtrace/dtrace-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
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