From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1332308-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 B71F8158086
	for <garchives@archives.gentoo.org>; Thu, 21 Oct 2021 04:20:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 198CEE088D;
	Thu, 21 Oct 2021 04:20:26 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EE314E088D
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Oct 2021 04:20:25 +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 8EF4534335B
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Oct 2021 04:20:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 34EED165
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Oct 2021 04:20:23 +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: <1634790000.9a6e101f362dff8fdaf9ca2dd49614155d8b8721.sam@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.3.3-r1.ebuild net-im/gajim/gajim-1.3.3.ebuild
X-VCS-Directories: net-im/gajim/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 9a6e101f362dff8fdaf9ca2dd49614155d8b8721
X-VCS-Branch: master
Date: Thu, 21 Oct 2021 04:20:23 +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: e37e4064-b027-4158-84c5-387bf3203bc9
X-Archives-Hash: 18744f652f606dbe264a1c93494eed30

commit:     9a6e101f362dff8fdaf9ca2dd49614155d8b8721
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 07:27:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 04:20:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6e101f

net-im/gajim: fix nbxmpp dependency

Closes: https://bugs.gentoo.org/818976
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22641
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-im/gajim/gajim-1.3.3.ebuild b/net-im/gajim/gajim-1.3.3-r1.ebuild
similarity index 97%
rename from net-im/gajim/gajim-1.3.3.ebuild
rename to net-im/gajim/gajim-1.3.3-r1.ebuild
index 66d76d4a1c8..92c1b423ac5 100644
--- a/net-im/gajim/gajim-1.3.3.ebuild
+++ b/net-im/gajim/gajim-1.3.3-r1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${COMMON_DEPEND}
 		dev-python/pycurl[${PYTHON_USEDEP}]
 		dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
 		dev-python/pyopenssl[${PYTHON_USEDEP}]
-		>=dev-python/python-nbxmpp-2.0.2[${PYTHON_USEDEP}]
+		>=dev-python/python-nbxmpp-2.0.4[${PYTHON_USEDEP}]
 		x11-libs/libXScrnSaver
 		app-crypt/libsecret[crypt,introspection]
 		dev-python/keyring[${PYTHON_USEDEP}]