diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 20:07:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:35:32 +0100 |
commit | cbcbb8f5109c340e7d710323443f96405e25f9e4 (patch) | |
tree | 1f9a371cae705c23e5cdfb4cc281ff5e775b6638 /sci-libs | |
parent | sci-libs/mathgl: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-cbcbb8f5109c340e7d710323443f96405e25f9e4.tar.gz gentoo-cbcbb8f5109c340e7d710323443f96405e25f9e4.tar.bz2 gentoo-cbcbb8f5109c340e7d710323443f96405e25f9e4.zip |
sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r1.ebuild (renamed from sci-libs/plplot/plplot-5.15.0.ebuild) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0.ebuild b/sci-libs/plplot/plplot-5.15.0-r1.ebuild index bafe731a8d46..f0f9d5c4247a 100644 --- a/sci-libs/plplot/plplot-5.15.0.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,8 +49,10 @@ RDEPEND=" pdf? ( media-libs/libharu:0= ) python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] - qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + qt5? ( dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] ) + ') ) qhull? ( media-libs/qhull:0= ) qt5? ( |