From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id AD2C61582EF for ; Sat, 01 Mar 2025 06:45:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 97FBA343103 for ; Sat, 01 Mar 2025 06:45:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 20C141103D5; Sat, 01 Mar 2025 06:45:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 123531103C8 for ; Sat, 01 Mar 2025 06:45:11 +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 B8BE5343018 for ; Sat, 01 Mar 2025 06:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E78C3280A for ; Sat, 01 Mar 2025 06:45:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1740811374.4e6b960f0ceb7251dfc78f681f6c6349c8e9adc9.mgorny@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.9.3-r1.ebuild net-im/gajim/gajim-1.9.3.ebuild net-im/gajim/gajim-1.9.5-r2.ebuild net-im/gajim/gajim-1.9.5-r3.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e6b960f0ceb7251dfc78f681f6c6349c8e9adc9 X-VCS-Branch: master Date: Sat, 01 Mar 2025 06:45:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f31524a7-5be7-4bfc-b9c1-3d20d5c56dea X-Archives-Hash: 98dcfd4abda02f42a5fb2083bbce3382 commit: 4e6b960f0ceb7251dfc78f681f6c6349c8e9adc9 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 1 06:07:04 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 1 06:42:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6b960f net-im/gajim: Fix dev-python/nbxmpp dep Closes: https://bugs.gentoo.org/950378 Signed-off-by: Michał Górny gentoo.org> net-im/gajim/{gajim-1.9.3.ebuild => gajim-1.9.3-r1.ebuild} | 3 ++- net-im/gajim/{gajim-1.9.5-r2.ebuild => gajim-1.9.5-r3.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/gajim/gajim-1.9.3.ebuild b/net-im/gajim/gajim-1.9.3-r1.ebuild similarity index 97% rename from net-im/gajim/gajim-1.9.3.ebuild rename to net-im/gajim/gajim-1.9.3-r1.ebuild index f03c18a8bf61..daaa128f23db 100644 --- a/net-im/gajim/gajim-1.9.3.ebuild +++ b/net-im/gajim/gajim-1.9.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,6 +34,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' dev-python/idna[${PYTHON_USEDEP}] + =dev-python/nbxmpp-5.0.1[${PYTHON_USEDEP}] dev-python/precis-i18n[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] diff --git a/net-im/gajim/gajim-1.9.5-r2.ebuild b/net-im/gajim/gajim-1.9.5-r3.ebuild similarity index 97% rename from net-im/gajim/gajim-1.9.5-r2.ebuild rename to net-im/gajim/gajim-1.9.5-r3.ebuild index d7b1d3509aa8..b4fce36f79b8 100644 --- a/net-im/gajim/gajim-1.9.5-r2.ebuild +++ b/net-im/gajim/gajim-1.9.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,6 +34,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' dev-python/idna[${PYTHON_USEDEP}] + =dev-python/nbxmpp-5.0.4[${PYTHON_USEDEP}] dev-python/precis-i18n[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}]