From cbcbb8f5109c340e7d710323443f96405e25f9e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 20:07:00 +0100 Subject: [PATCH] sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{plplot-5.15.0.ebuild => plplot-5.15.0-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename sci-libs/plplot/{plplot-5.15.0.ebuild => plplot-5.15.0-r1.ebuild} (97%) 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? ( -- 2.26.2