mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-debug/valgrind: fix live ebuild
Fixes: f0c447abf6
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user