diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 20:09:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:35:35 +0100 |
commit | 35ad61ee0b35ae64eadd9577725bf2e1a17aae5f (patch) | |
tree | acdc16be6fee819e3bc69bbd6a45f36d15382297 /sci-mathematics | |
parent | sci-libs/vtk: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-35ad61ee0b35ae64eadd9577725bf2e1a17aae5f.tar.gz gentoo-35ad61ee0b35ae64eadd9577725bf2e1a17aae5f.tar.bz2 gentoo-35ad61ee0b35ae64eadd9577725bf2e1a17aae5f.zip |
sci-mathematics/relational: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/relational/relational-2.5-r1.ebuild (renamed from sci-mathematics/relational/relational-2.5.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5-r1.ebuild index fb88c016ff80..5bb400c2b91d 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}" |