Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
Date: Sat, 25 Sep 2021 19:08:40
Message-Id: 1632596897.725c633872dc8ddfc5297dd81789f7be216f2c46.sam@gentoo
1 commit: 725c633872dc8ddfc5297dd81789f7be216f2c46
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 19:05:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 19:08:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725c6338
7
8 gnome-extra/nm-applet: 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 .../nm-applet/{nm-applet-1.22.0.ebuild => nm-applet-1.22.0-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gnome-extra/nm-applet/nm-applet-1.22.0.ebuild b/gnome-extra/nm-applet/nm-applet-1.22.0-r1.ebuild
19 similarity index 96%
20 rename from gnome-extra/nm-applet/nm-applet-1.22.0.ebuild
21 rename to gnome-extra/nm-applet/nm-applet-1.22.0-r1.ebuild
22 index 06440230a7f..57ab4760041 100644
23 --- a/gnome-extra/nm-applet/nm-applet-1.22.0.ebuild
24 +++ b/gnome-extra/nm-applet/nm-applet-1.22.0-r1.ebuild
25 @@ -28,7 +28,7 @@ RDEPEND="
26 )
27 modemmanager? ( net-misc/modemmanager )
28 selinux? ( sys-libs/libselinux )
29 - teamd? ( >=dev-libs/jansson-2.7 )
30 + teamd? ( >=dev-libs/jansson-2.7:= )
31
32 virtual/freedesktop-icon-theme
33 "