commit: f472b326229b6bc0bd888a35db405dde17f1521a Author: Anton Kochkov <xvilka <AT> gmail <DOT> com> AuthorDate: Mon Dec 18 03:55:27 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jan 26 21:48:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f472b326
net-misc/electrum: add python3_6 support. Closes: https://github.com/gentoo/gentoo/pull/6575 net-misc/electrum/electrum-3.0.5.ebuild | 6 +++--- 1 file 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 47ccf45aef4..c876f238df5 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}]
