commit: 4e6b960f0ceb7251dfc78f681f6c6349c8e9adc9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 1 06:07:04 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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-6[${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-6[${PYTHON_USEDEP}] >=dev-python/nbxmpp-5.0.4[${PYTHON_USEDEP}] dev-python/precis-i18n[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}]
