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: sci-mathematics/relational/
Date: Sun, 09 Feb 2020 16:36:41
Message-Id: 1581266135.35ad61ee0b35ae64eadd9577725bf2e1a17aae5f.mgorny@gentoo
1 commit: 35ad61ee0b35ae64eadd9577725bf2e1a17aae5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 19:09:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:35:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad61ee
7
8 sci-mathematics/relational: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../relational/{relational-2.5.ebuild => relational-2.5-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5-r1.ebuild
16 similarity index 89%
17 rename from sci-mathematics/relational/relational-2.5.ebuild
18 rename to sci-mathematics/relational/relational-2.5-r1.ebuild
19 index fb88c016ff8..5bb400c2b91 100644
20 --- a/sci-mathematics/relational/relational-2.5.ebuild
21 +++ b/sci-mathematics/relational/relational-2.5-r1.ebuild
22 @@ -18,7 +18,9 @@ IUSE=""
23
24 DEPEND="
25 ${PYTHON_DEPS}
26 - dev-python/PyQt5[gui,webkit,widgets,${PYTHON_USEDEP}]
27 + $(python_gen_cond_dep '
28 + dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}]
29 + ')
30 "
31 RDEPEND="${DEPEND}"