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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8C94158020 for ; Thu, 15 Dec 2022 11:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0612E07A5; Thu, 15 Dec 2022 11:09:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D3EAE07A5 for ; Thu, 15 Dec 2022 11:09: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 6D202340ECA for ; Thu, 15 Dec 2022 11:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9261054C for ; Thu, 15 Dec 2022 11:09:20 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1671102557.89beb6bbfda498489b95fec1175a7156395ba6db.pinkbyte@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 X-VCS-Directories: net-im/gajim/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 89beb6bbfda498489b95fec1175a7156395ba6db X-VCS-Branch: master Date: Thu, 15 Dec 2022 11:09:20 +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: e86e2da3-eb2a-47fc-a9e2-c683b45e7ba7 X-Archives-Hash: 27069fb26c0b393cdfa1c1b07f713202 commit: 89beb6bbfda498489b95fec1175a7156395ba6db Author: Sergey Popov gentoo org> AuthorDate: Thu Dec 15 11:09:01 2022 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Dec 15 11:09:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89beb6bb net-im/gajim[omemo]: add missing dependency on dev-python/jaraco-classes Signed-off-by: Sergey Popov gentoo.org> net-im/gajim/gajim-1.4.7-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/gajim/gajim-1.4.7-r1.ebuild b/net-im/gajim/gajim-1.4.7-r1.ebuild index cf3bc2e7922c..cbdbdc446f51 100644 --- a/net-im/gajim/gajim-1.4.7-r1.ebuild +++ b/net-im/gajim/gajim-1.4.7-r1.ebuild @@ -59,6 +59,7 @@ RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-gtk ) omemo? ( + dev-python/jaraco-classes[${PYTHON_USEDEP}] dev-python/python-axolotl[${PYTHON_USEDEP}] dev-python/qrcode[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}]