Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/nlohmann_json/, profiles/
Date: Sun, 11 Oct 2020 19:36:10
Message-Id: 1602444962.7563fef0f2908da3ccd1f42ce2dfc4ac8c4580d0.sam@gentoo
1 commit: 7563fef0f2908da3ccd1f42ce2dfc4ac8c4580d0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 19:32:52 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 19:36:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7563fef0
7
8 Revert "profiles/package.mask: adjust Wireshark mask message"
9
10 Accidentally included an unrelated staged fix.
11
12 This reverts commit 7f330da7d87d963fe68d78b858dbe0be8a2fc252.
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild | 10 ++--------
17 profiles/package.mask | 7 ++++---
18 2 files changed, 6 insertions(+), 11 deletions(-)
19
20 diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild
21 index 691afb13f9c..8c50916e83e 100644
22 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild
23 +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.9.1.ebuild
24 @@ -26,17 +26,11 @@ DOCS=( ChangeLog.md README.md )
25
26 src_configure() {
27 local mycmakeargs=(
28 + -DJSON_BuildTests=$(usex test)
29 + -DJSON_TestDataDirectory="${S}/json_test_data"
30 -DJSON_MultipleHeaders=ON
31 )
32
33 - if use test ; then
34 - # Define test data directory here to avoid unused var QA warning
35 - # #747826
36 - mycmakeargs+=(
37 - -DJSON_BuildTests=ON
38 - -DJSON_TestDataDirectory="${S}/json_test_data"
39 - )
40 - fi
41 cmake_src_configure
42 }
43
44
45 diff --git a/profiles/package.mask b/profiles/package.mask
46 index f59706fab2d..22c355f3398 100644
47 --- a/profiles/package.mask
48 +++ b/profiles/package.mask
49 @@ -43,9 +43,10 @@ net-fs/openafs-kernel
50
51 # Sam James <sam@g.o> (2020-10-11)
52 # Current Wireshark in ~arch is vulnerable.
53 -# This forces a downgrade to the stable, fixed
54 -# Wireshark.
55 -# bug #744592
56 +# Maintainer did not want to update after QA
57 +# intervention.
58 +# Please use stable Wireshark for now.
59 +# 744592
60 =net-analyzer/wireshark-3.3.0
61
62 # Sergei Trofimovich <slyfox@g.o> (2020-10-11)