projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11afcd5
)
net-misc/electrum: Fix ncurses? dep
author
Michał Górny
<mgorny@gentoo.org>
Thu, 1 Aug 2019 17:29:50 +0000
(19:29 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 1 Aug 2019 18:21:39 +0000
(20:21 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/electrum/electrum-3.3.6-r3.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/electrum/electrum-3.3.6-r3.ebuild
b/net-misc/electrum/electrum-3.3.6-r3.ebuild
index 7f333107e2680041518f804e155f9593b2a4cb30..ec5b90dbffd0a5b390d8f7a72a537da7af60d3cb 100644
(file)
--- 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}"