From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1508504-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7D11D1592C2
	for <garchives@archives.gentoo.org>; Mon, 17 Apr 2023 00:49:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B1DD4E09D8;
	Mon, 17 Apr 2023 00:49:43 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 92E1AE09D8
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Apr 2023 00:49:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 98438340D82
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Apr 2023 00:49:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 343CEA3A
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Apr 2023 00:49:41 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1681692545.41795cb640f4b20a6c93000875aa7f7e9d82d8bb.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-im/gajim/gajim-1.4.7-r1.ebuild net-im/gajim/gajim-1.4.7-r2.ebuild
X-VCS-Directories: net-im/gajim/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 41795cb640f4b20a6c93000875aa7f7e9d82d8bb
X-VCS-Branch: master
Date: Mon, 17 Apr 2023 00:49:41 +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: 94e03510-abf5-451b-b777-4e656e3cfc32
X-Archives-Hash: 3d0311fc52ed7225ff3aad2793f6725b

commit:     41795cb640f4b20a6c93000875aa7f7e9d82d8bb
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 00:49:05 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 00:49:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41795cb6

net-im/gajim: Specify slot dependency on gupnp-igd

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-im/gajim/{gajim-1.4.7-r1.ebuild => gajim-1.4.7-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/gajim/gajim-1.4.7-r1.ebuild b/net-im/gajim/gajim-1.4.7-r2.ebuild
similarity index 98%
rename from net-im/gajim/gajim-1.4.7-r1.ebuild
rename to net-im/gajim/gajim-1.4.7-r2.ebuild
index 1d8927da3dcc..0c1f9e76c74a 100644
--- a/net-im/gajim/gajim-1.4.7-r1.ebuild
+++ b/net-im/gajim/gajim-1.4.7-r2.ebuild
@@ -73,7 +73,7 @@ RDEPEND="${COMMON_DEPEND}
 			app-text/gspell[introspection]
 			app-text/hunspell
 		)
-		upnp? ( net-libs/gupnp-igd[introspection] )
+		upnp? ( net-libs/gupnp-igd:0[introspection] )
 	')"
 
 src_install() {