From 7563fef0f2908da3ccd1f42ce2dfc4ac8c4580d0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 11 Oct 2020 19:32:52 +0000 Subject: Revert "profiles/package.mask: adjust Wireshark mask message" Accidentally included an unrelated staged fix. This reverts commit 7f330da7d87d963fe68d78b858dbe0be8a2fc252. Signed-off-by: Sam James --- dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dev-cpp') diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild index 691afb13f9c1..8c50916e83e9 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild @@ -26,17 +26,11 @@ DOCS=( ChangeLog.md README.md ) src_configure() { local mycmakeargs=( + -DJSON_BuildTests=$(usex test) + -DJSON_TestDataDirectory="${S}/json_test_data" -DJSON_MultipleHeaders=ON ) - if use test ; then - # Define test data directory here to avoid unused var QA warning - # #747826 - mycmakeargs+=( - -DJSON_BuildTests=ON - -DJSON_TestDataDirectory="${S}/json_test_data" - ) - fi cmake_src_configure } -- cgit v1.2.3