Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Thu, 01 Aug 2019 18:21:53
Message-Id: 1564683699.c47764b4ba5f7b203bb357f87191d727a71ffad1.mgorny@gentoo
1 commit: c47764b4ba5f7b203bb357f87191d727a71ffad1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 17:29:50 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 18:21:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47764b4
7
8 net-misc/electrum: Fix ncurses? dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/electrum/electrum-3.3.6-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild b/net-misc/electrum/electrum-3.3.6-r3.ebuild
16 index 7f333107e26..ec5b90dbffd 100644
17 --- a/net-misc/electrum/electrum-3.3.6-r3.ebuild
18 +++ b/net-misc/electrum/electrum-3.3.6-r3.ebuild
19 @@ -38,7 +38,7 @@ RDEPEND="${PYTHON_DEPS}
20 qt5? (
21 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
22 )
23 - ncurses? ( dev-lang/python )
24 + ncurses? ( $(python_gen_impl_dep 'ncurses') )
25 "
26
27 S="${WORKDIR}/${MY_P}"