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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D6241396D9 for ; Tue, 14 Nov 2017 23:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830FDE0EEF; Tue, 14 Nov 2017 23:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60E2EE0EE8 for ; Tue, 14 Nov 2017 23:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E783433C6B6 for ; Tue, 14 Nov 2017 23:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85699AE6 for ; Tue, 14 Nov 2017 23:00:28 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1510700423.74e9bbe57669a76c84ab98d1b7238b1451ebec9e.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-0.16.8-r1.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 74e9bbe57669a76c84ab98d1b7238b1451ebec9e X-VCS-Branch: master Date: Tue, 14 Nov 2017 23:00:28 +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-Archives-Salt: e3456c12-058c-4fd8-a3ba-21d7655cf33b X-Archives-Hash: a5168930112aebdd787ea3c3835c87ae commit: 74e9bbe57669a76c84ab98d1b7238b1451ebec9e Author: Amadeusz Żołnowski gentoo org> AuthorDate: Tue Nov 14 22:37:55 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Nov 14 23:00:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e9bbe5 net-im/gajim: Depend on python-gnupg Thanks to holgersson for the patch. Gentoo-Bug: 621658 net-im/gajim/gajim-0.16.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild b/net-im/gajim/gajim-0.16.8-r1.ebuild index 5d475c2c611..8cdc7f93598 100644 --- a/net-im/gajim/gajim-0.16.8-r1.ebuild +++ b/net-im/gajim/gajim-0.16.8-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND="${COMMON_DEPEND} >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] >=dev-python/python-nbxmpp-0.5.6[${PYTHON_USEDEP}] crypt? ( - app-crypt/gnupg + >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] ) dbus? (