Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electron-cash/
Date: Tue, 30 Jul 2019 06:01:01
Message-Id: 1564465198.260b2210a447d5648141cc75eeeb12f4999dbbcb.mgorny@gentoo
1 commit: 260b2210a447d5648141cc75eeeb12f4999dbbcb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 05:39:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 05:39:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260b2210
7
8 net-misc/electron-cash: Retire virtual/python-dnspython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/electron-cash/electron-cash-3.3.6.ebuild | 2 +-
13 net-misc/electron-cash/electron-cash-4.0.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/electron-cash/electron-cash-3.3.6.ebuild b/net-misc/electron-cash/electron-cash-3.3.6.ebuild
17 index 7c1417f1166..ce2b8f67d14 100644
18 --- a/net-misc/electron-cash/electron-cash-3.3.6.ebuild
19 +++ b/net-misc/electron-cash/electron-cash-3.3.6.ebuild
20 @@ -31,6 +31,7 @@ REQUIRED_USE="
21 "
22
23 RDEPEND="
24 + dev-python/dnspython[${PYTHON_USEDEP}]
25 dev-python/ecdsa[${PYTHON_USEDEP}]
26 dev-python/jsonrpclib[${PYTHON_USEDEP}]
27 dev-python/pbkdf2[${PYTHON_USEDEP}]
28 @@ -42,7 +43,6 @@ RDEPEND="
29 dev-python/six[${PYTHON_USEDEP}]
30 dev-python/tlslite[${PYTHON_USEDEP}]
31 dev-python/protobuf-python[${PYTHON_USEDEP}]
32 - virtual/python-dnspython[${PYTHON_USEDEP}]
33 qrcode? ( media-gfx/zbar[v4l] )
34 qt5? (
35 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
36
37 diff --git a/net-misc/electron-cash/electron-cash-4.0.2.ebuild b/net-misc/electron-cash/electron-cash-4.0.2.ebuild
38 index 3b33abcf417..39e50d7d405 100644
39 --- a/net-misc/electron-cash/electron-cash-4.0.2.ebuild
40 +++ b/net-misc/electron-cash/electron-cash-4.0.2.ebuild
41 @@ -31,6 +31,7 @@ REQUIRED_USE="
42 "
43
44 RDEPEND="
45 + dev-python/dnspython[${PYTHON_USEDEP}]
46 dev-python/ecdsa[${PYTHON_USEDEP}]
47 dev-python/jsonrpclib[${PYTHON_USEDEP}]
48 dev-python/pbkdf2[${PYTHON_USEDEP}]
49 @@ -42,7 +43,6 @@ RDEPEND="
50 dev-python/six[${PYTHON_USEDEP}]
51 dev-python/tlslite[${PYTHON_USEDEP}]
52 dev-python/protobuf-python[${PYTHON_USEDEP}]
53 - virtual/python-dnspython[${PYTHON_USEDEP}]
54 qrcode? ( media-gfx/zbar[v4l] )
55 qt5? (
56 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]