dev-cpp/libjson-rpc-cpp: Disable coverage-related flags

Closes: https://bugs.gentoo.org/885613
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-12-12 18:36:12 +01:00
parent 4618b75f3d
commit df359c8eb4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -44,6 +44,8 @@ src_configure() {
-DCOMPILE_STUBGEN=$(usex stubgen)
-DCOMPILE_TESTS=$(usex test)
-DCATCH_INCLUDE_DIR="${EPREFIX}/usr/include/catch2"
# disable coverage-related flags
-DWITH_COVERAGE=OFF
)
cmake_src_configure