dev-debug/valgrind: fix live ebuild

Fixes: f0c447abf6
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-12 15:28:36 +01:00
parent 64a7bf34f3
commit 92c084d721

View File

@@ -98,7 +98,7 @@ src_prepare() {
cp "${S}"/coregrind/link_tool_exe_{linux,solaris}.in
fi
if [[ -d "${WORKDIR}"/${VALGRIND_PATCH_TARBALL} ]] ; then
if [[ ${PV} != 9999 && -d "${WORKDIR}"/${VALGRIND_PATCH_TARBALL} ]] ; then
PATCHES+=( "${WORKDIR}"/${VALGRIND_PATCH_TARBALL} )
fi