dev-java/openjdk: fix DTRACE typo in 17

Fixes: f7909a793e
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-09-19 04:08:24 +01:00
parent 90056d8544
commit 8bd568b845

View File

@@ -239,7 +239,7 @@ src_configure() {
# Workaround for bug #938302
if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then
myconf+=( TRACE="${BROOT}"/usr/bin/stap-dtrace )
myconf+=( DTRACE="${BROOT}"/usr/bin/stap-dtrace )
fi
if use !system-bootstrap ; then