commit: 904c2e8deaacb84fd58d152cf18e0f6ab2c5d0c5 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 01:52:26 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 01:52:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904c2e8d
sys-process/criu: don't fail with non-empty GCOV envvar Bug: https://bugs.gentoo.org/744244 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> sys-process/criu/criu-3.14-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/criu/criu-3.14-r2.ebuild b/sys-process/criu/criu-3.14-r2.ebuild index 0cab02a8774..aee154fafa4 100644 --- a/sys-process/criu/criu-3.14-r2.ebuild +++ b/sys-process/criu/criu-3.14-r2.ebuild @@ -94,7 +94,7 @@ src_compile() { OBJCOPY="$(tc-getOBJCOPY)" \ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ ARCH="$(criu_arch)" \ - V=1 WERROR=0 DEBUG=0 \ + V=1 WERROR=0 DEBUG=0 GCOV= \ SETPROCTITLE=$(usex setproctitle) \ ${target} }
