From: Michał Górny Date: Fri, 7 Feb 2020 19:07:00 +0000 (+0100) Subject: sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cbcbb8f5109c340e7d710323443f96405e25f9e4;p=gentoo.git sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/sci-libs/plplot/plplot-5.15.0.ebuild b/sci-libs/plplot/plplot-5.15.0-r1.ebuild similarity index 97% rename from sci-libs/plplot/plplot-5.15.0.ebuild rename to 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? (