commit: c47764b4ba5f7b203bb357f87191d727a71ffad1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 17:29:50 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 18:21:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47764b4
net-misc/electrum: Fix ncurses? dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/electrum/electrum-3.3.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild
b/net-misc/electrum/electrum-3.3.6-r3.ebuild
index 7f333107e26..ec5b90dbffd 100644
--- a/net-misc/electrum/electrum-3.3.6-r3.ebuild
+++ b/net-misc/electrum/electrum-3.3.6-r3.ebuild
@@ -38,7 +38,7 @@ RDEPEND="${PYTHON_DEPS}
qt5? (
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
)
- ncurses? ( dev-lang/python )
+ ncurses? ( $(python_gen_impl_dep 'ncurses') )
"
S="${WORKDIR}/${MY_P}"