From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1324294-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 67ED1158013
	for <garchives@archives.gentoo.org>; Sat, 25 Sep 2021 19:08:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 24F43E0977;
	Sat, 25 Sep 2021 19:08:37 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0E87AE0977
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Sep 2021 19:08:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A3E29342ED0
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Sep 2021 19:08:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 900EC10B
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Sep 2021 19:08:32 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1632596897.725c633872dc8ddfc5297dd81789f7be216f2c46.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gnome-extra/nm-applet/nm-applet-1.22.0-r1.ebuild gnome-extra/nm-applet/nm-applet-1.22.0.ebuild
X-VCS-Directories: gnome-extra/nm-applet/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 725c633872dc8ddfc5297dd81789f7be216f2c46
X-VCS-Branch: master
Date: Sat, 25 Sep 2021 19:08:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: af1b1f2a-7985-43ca-ab89-f91ab89b9e47
X-Archives-Hash: 655fd557b59ac94d59f80c31481fe555

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
 "