summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Kochkov <xvilka@gmail.com>2017-12-18 11:55:27 +0800
committerPatrice Clement <monsieurp@gentoo.org>2018-01-26 22:48:00 +0100
commitf472b326229b6bc0bd888a35db405dde17f1521a (patch)
treed189373c2f5b49e74f5427923ba2e9d4d2d8a6d0
parentapp-misc/tmux: add patch against the pipe-pane unreliable bug. (diff)
downloadgentoo-f472b326.tar.gz
gentoo-f472b326.tar.bz2
gentoo-f472b326.zip
net-misc/electrum: add python3_6 support.
Closes: https://github.com/gentoo/gentoo/pull/6575
-rw-r--r--net-misc/electrum/electrum-3.0.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/electrum/electrum-3.0.5.ebuild b/net-misc/electrum/electrum-3.0.5.ebuild
index 47ccf45aef4d..c876f238df53 100644
--- a/net-misc/electrum/electrum-3.0.5.ebuild
+++ b/net-misc/electrum/electrum-3.0.5.ebuild
@@ -3,10 +3,10 @@
EAPI="6"
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
PYTHON_REQ_USE="ncurses?"
-inherit distutils-r1 gnome2-utils xdg-utils
+inherit desktop distutils-r1 gnome2-utils xdg-utils
MY_P="Electrum-${PV}"
DESCRIPTION="User friendly Bitcoin client"
@@ -46,7 +46,7 @@ REQUIRED_USE="
vkb? ( qt5 )
"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
dev-python/ecdsa[${PYTHON_USEDEP}]
dev-python/jsonrpclib[${PYTHON_USEDEP}]
dev-python/pbkdf2[${PYTHON_USEDEP}]