Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Fri, 26 Jan 2018 21:48:14
Message-Id: 1517003280.f472b326229b6bc0bd888a35db405dde17f1521a.monsieurp@gentoo
1 commit: f472b326229b6bc0bd888a35db405dde17f1521a
2 Author: Anton Kochkov <xvilka <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 18 03:55:27 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 21:48:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f472b326
7
8 net-misc/electrum: add python3_6 support.
9
10 Closes: https://github.com/gentoo/gentoo/pull/6575
11
12 net-misc/electrum/electrum-3.0.5.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/electrum/electrum-3.0.5.ebuild b/net-misc/electrum/electrum-3.0.5.ebuild
16 index 47ccf45aef4..c876f238df5 100644
17 --- a/net-misc/electrum/electrum-3.0.5.ebuild
18 +++ b/net-misc/electrum/electrum-3.0.5.ebuild
19 @@ -3,10 +3,10 @@
20
21 EAPI="6"
22
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25 PYTHON_REQ_USE="ncurses?"
26
27 -inherit distutils-r1 gnome2-utils xdg-utils
28 +inherit desktop distutils-r1 gnome2-utils xdg-utils
29
30 MY_P="Electrum-${PV}"
31 DESCRIPTION="User friendly Bitcoin client"
32 @@ -46,7 +46,7 @@ REQUIRED_USE="
33 vkb? ( qt5 )
34 "
35
36 -RDEPEND="
37 +RDEPEND="${PYTHON_DEPS}
38 dev-python/ecdsa[${PYTHON_USEDEP}]
39 dev-python/jsonrpclib[${PYTHON_USEDEP}]
40 dev-python/pbkdf2[${PYTHON_USEDEP}]