projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db75836
)
net-misc/electrum: add python3_6 support.
author
Anton Kochkov
<xvilka@gmail.com>
Mon, 18 Dec 2017 03:55:27 +0000
(11:55 +0800)
committer
Patrice Clement
<monsieurp@gentoo.org>
Fri, 26 Jan 2018 21:48:00 +0000
(22:48 +0100)
Closes: https://github.com/gentoo/gentoo/pull/6575
net-misc/electrum/electrum-3.0.5.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/electrum/electrum-3.0.5.ebuild
b/net-misc/electrum/electrum-3.0.5.ebuild
index 47ccf45aef4d2caaac92f4f908258f8a0e0d1720..c876f238df5351620877ba0238845402d1c63328 100644
(file)
--- 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 d
esktop d
istutils-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}]