Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/
Date: Sat, 25 Sep 2021 19:08:39
Message-Id: 1632596890.b1b58c451c6ba85a4fa71c53e4179b87535ec25b.sam@gentoo
1 commit: b1b58c451c6ba85a4fa71c53e4179b87535ec25b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 19:03:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 19:08:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b58c45
7
8 net-analyzer/mtr: add libjansson subslot dep
9
10 Earlier versions of libjansson lacked symbol versioning, causing crashes.
11
12 Bug: https://bugs.gentoo.org/812119
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-analyzer/mtr/{mtr-0.94.ebuild => mtr-0.94-r1.ebuild} | 2 +-
16 net-analyzer/mtr/mtr-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-analyzer/mtr/mtr-0.94.ebuild b/net-analyzer/mtr/mtr-0.94-r1.ebuild
20 similarity index 97%
21 rename from net-analyzer/mtr/mtr-0.94.ebuild
22 rename to net-analyzer/mtr/mtr-0.94-r1.ebuild
23 index c9cfd561d60..dd897d66ef6 100644
24 --- a/net-analyzer/mtr/mtr-0.94.ebuild
25 +++ b/net-analyzer/mtr/mtr-0.94-r1.ebuild
26 @@ -21,7 +21,7 @@ RDEPEND="
27 dev-libs/glib:2
28 x11-libs/gtk+:3
29 )
30 - jansson? ( dev-libs/jansson )
31 + jansson? ( dev-libs/jansson:= )
32 ncurses? ( sys-libs/ncurses:0= )
33 "
34 DEPEND="${RDEPEND}"
35
36 diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild
37 index bf0d00068f9..f6a3911e9d4 100644
38 --- a/net-analyzer/mtr/mtr-9999.ebuild
39 +++ b/net-analyzer/mtr/mtr-9999.ebuild
40 @@ -20,7 +20,7 @@ RDEPEND="
41 dev-libs/glib:2
42 x11-libs/gtk+:3
43 )
44 - jansson? ( dev-libs/jansson )
45 + jansson? ( dev-libs/jansson:= )
46 ncurses? ( sys-libs/ncurses:0= )
47 "
48 DEPEND="${RDEPEND}"