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/electrum/
Date: Wed, 31 Jul 2019 03:03:48
Message-Id: 1564542123.33e22dc992e9130c3e9a7b009de5c53116a45df5.mgorny@gentoo
1 commit: 33e22dc992e9130c3e9a7b009de5c53116a45df5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 03:02:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 03:02:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e22dc9
7
8 net-misc/electrum: Replace =-dep with ~
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/electrum/electrum-3.3.6-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/electrum/electrum-3.3.6-r2.ebuild b/net-misc/electrum/electrum-3.3.6-r2.ebuild
16 index 8f900aa3fbc..d9b89c1d873 100644
17 --- a/net-misc/electrum/electrum-3.3.6-r2.ebuild
18 +++ b/net-misc/electrum/electrum-3.3.6-r2.ebuild
19 @@ -48,7 +48,7 @@ REQUIRED_USE="
20
21 RDEPEND="${PYTHON_DEPS}
22 dev-python/aiohttp-socks[${PYTHON_USEDEP}]
23 - =dev-python/aiorpcX-0.17.0[${PYTHON_USEDEP}]
24 + ~dev-python/aiorpcX-0.17.0[${PYTHON_USEDEP}]
25 dev-python/dnspython[${PYTHON_USEDEP}]
26 dev-python/ecdsa[${PYTHON_USEDEP}]
27 dev-python/jsonrpclib[${PYTHON_USEDEP}]