commit: 725c633872dc8ddfc5297dd81789f7be216f2c46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 25 19:05:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 25 19:08:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725c6338
gnome-extra/nm-applet: add libjansson subslot dep Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James <sam <AT> gentoo.org> .../nm-applet/{nm-applet-1.22.0.ebuild => nm-applet-1.22.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 similarity index 96% rename from gnome-extra/nm-applet/nm-applet-1.22.0.ebuild rename to gnome-extra/nm-applet/nm-applet-1.22.0-r1.ebuild index 06440230a7f..57ab4760041 100644 --- a/gnome-extra/nm-applet/nm-applet-1.22.0.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.22.0-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" ) modemmanager? ( net-misc/modemmanager ) selinux? ( sys-libs/libselinux ) - teamd? ( >=dev-libs/jansson-2.7 ) + teamd? ( >=dev-libs/jansson-2.7:= ) virtual/freedesktop-icon-theme "
