commit:     df359c8eb436ead66affc6c8e205a8c16555e404
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 17:36:12 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 17:58:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df359c8e

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

Closes: https://bugs.gentoo.org/885613
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild 
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild
index f1b78fc655fc..3d9e42dd0fce 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild
@@ -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

Reply via email to