commit: 35ad61ee0b35ae64eadd9577725bf2e1a17aae5f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 19:09:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:35:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad61ee
sci-mathematics/relational: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../relational/{relational-2.5.ebuild => relational-2.5-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/relational/relational-2.5.ebuild
b/sci-mathematics/relational/relational-2.5-r1.ebuild
similarity index 89%
rename from sci-mathematics/relational/relational-2.5.ebuild
rename to sci-mathematics/relational/relational-2.5-r1.ebuild
index fb88c016ff8..5bb400c2b91 100644
--- a/sci-mathematics/relational/relational-2.5.ebuild
+++ b/sci-mathematics/relational/relational-2.5-r1.ebuild
@@ -18,7 +18,9 @@ IUSE=""
DEPEND="
${PYTHON_DEPS}
- dev-python/PyQt5[gui,webkit,widgets,${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}]
+ ')
"
RDEPEND="${DEPEND}"