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 2E69E138334 for ; Tue, 30 Jul 2019 06:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48EA0E0867; Tue, 30 Jul 2019 06:00:26 +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 30ECBE0867 for ; Tue, 30 Jul 2019 06:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8F5B348FD4 for ; Tue, 30 Jul 2019 06:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B6D474E for ; Tue, 30 Jul 2019 06:00:13 +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: <1564465198.260b2210a447d5648141cc75eeeb12f4999dbbcb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electron-cash/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electron-cash/electron-cash-3.3.6.ebuild net-misc/electron-cash/electron-cash-4.0.2.ebuild X-VCS-Directories: net-misc/electron-cash/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 260b2210a447d5648141cc75eeeb12f4999dbbcb X-VCS-Branch: master Date: Tue, 30 Jul 2019 06:00:13 +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: fad172ff-c8c5-407f-8ff9-c97453f64cfb X-Archives-Hash: 3b1882cd27e47416c088105ffc097246 commit: 260b2210a447d5648141cc75eeeb12f4999dbbcb Author: Michał Górny gentoo org> AuthorDate: Tue Jul 30 05:39:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 30 05:39:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260b2210 net-misc/electron-cash: Retire virtual/python-dnspython Signed-off-by: Michał Górny gentoo.org> net-misc/electron-cash/electron-cash-3.3.6.ebuild | 2 +- net-misc/electron-cash/electron-cash-4.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/electron-cash/electron-cash-3.3.6.ebuild b/net-misc/electron-cash/electron-cash-3.3.6.ebuild index 7c1417f1166..ce2b8f67d14 100644 --- a/net-misc/electron-cash/electron-cash-3.3.6.ebuild +++ b/net-misc/electron-cash/electron-cash-3.3.6.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE=" " RDEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}] dev-python/pbkdf2[${PYTHON_USEDEP}] @@ -42,7 +43,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] diff --git a/net-misc/electron-cash/electron-cash-4.0.2.ebuild b/net-misc/electron-cash/electron-cash-4.0.2.ebuild index 3b33abcf417..39e50d7d405 100644 --- a/net-misc/electron-cash/electron-cash-4.0.2.ebuild +++ b/net-misc/electron-cash/electron-cash-4.0.2.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE=" " RDEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}] dev-python/pbkdf2[${PYTHON_USEDEP}] @@ -42,7 +43,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]