From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8340D158094 for ; Tue, 21 Jun 2022 07:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0850E097A; Tue, 21 Jun 2022 07:25:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AA8BE097A for ; Tue, 21 Jun 2022 07:25:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC6EA3413CA for ; Tue, 21 Jun 2022 07:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266C13C3 for ; Tue, 21 Jun 2022 07:25:21 +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: <1655796317.38b3bab1ccf88fd33db317e33962f32a53a4b02d.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.3.3-r1.ebuild net-im/gajim/gajim-1.3.3-r2.ebuild net-im/gajim/gajim-1.3.3_p2-r1.ebuild net-im/gajim/gajim-1.3.3_p2.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38b3bab1ccf88fd33db317e33962f32a53a4b02d X-VCS-Branch: master Date: Tue, 21 Jun 2022 07:25:21 +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: 477ed3b9-02ff-4261-8946-4fcb60b1a0c4 X-Archives-Hash: d45d1e3fe88f96ffdcad6ea263771b57 commit: 38b3bab1ccf88fd33db317e33962f32a53a4b02d Author: Michał Górny gentoo org> AuthorDate: Tue Jun 21 07:25:03 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 21 07:25:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b3bab1 net-im/gajim: Force python-nbxmpp < 3 for < 1.4 Closes: https://bugs.gentoo.org/853235 Signed-off-by: Michał Górny gentoo.org> net-im/gajim/{gajim-1.3.3-r1.ebuild => gajim-1.3.3-r2.ebuild} | 3 ++- net-im/gajim/{gajim-1.3.3_p2.ebuild => gajim-1.3.3_p2-r1.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/gajim/gajim-1.3.3-r1.ebuild b/net-im/gajim/gajim-1.3.3-r2.ebuild similarity index 96% rename from net-im/gajim/gajim-1.3.3-r1.ebuild rename to net-im/gajim/gajim-1.3.3-r2.ebuild index d1a222c2bc02..726c404f14f1 100644 --- a/net-im/gajim/gajim-1.3.3-r1.ebuild +++ b/net-im/gajim/gajim-1.3.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="sqlite,xml" DISTUTILS_SINGLE_IMPL=1 @@ -35,6 +35,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.4[${PYTHON_USEDEP}] x11-libs/libXScrnSaver app-crypt/libsecret[crypt,introspection] diff --git a/net-im/gajim/gajim-1.3.3_p2.ebuild b/net-im/gajim/gajim-1.3.3_p2-r1.ebuild similarity index 96% rename from net-im/gajim/gajim-1.3.3_p2.ebuild rename to net-im/gajim/gajim-1.3.3_p2-r1.ebuild index 8253e660e160..9228c4d00e2f 100644 --- a/net-im/gajim/gajim-1.3.3_p2.ebuild +++ b/net-im/gajim/gajim-1.3.3_p2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite,xml" DISTUTILS_SINGLE_IMPL=1 @@ -35,6 +35,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.4[${PYTHON_USEDEP}] x11-libs/libXScrnSaver app-crypt/libsecret[crypt,introspection]