From: Michał Górny Date: Fri, 7 Feb 2020 19:10:27 +0000 (+0100) Subject: sci-physics/rivet: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=18293ee771f79b1e640bf08678c56009af2b4c91;p=gentoo.git sci-physics/rivet: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/sci-physics/rivet/rivet-2.6.0-r1.ebuild b/sci-physics/rivet/rivet-2.6.0-r2.ebuild similarity index 93% rename from sci-physics/rivet/rivet-2.6.0-r1.ebuild rename to sci-physics/rivet/rivet-2.6.0-r2.ebuild index 273705fb73d0..551de2ab59ee 100644 --- a/sci-physics/rivet/rivet-2.6.0-r1.ebuild +++ b/sci-physics/rivet/rivet-2.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,11 @@ RDEPEND=" python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[latex,dot] ) - python? ( dev-python/cython[${PYTHON_USEDEP}] )" + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') + )" S="${WORKDIR}/${P^}"