From b4937ee4a074b4b6849c7fb31cd635b327995b41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 20:04:15 +0100 Subject: [PATCH] sci-libs/cantera: 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 --- sci-libs/cantera/cantera-2.4.0-r1.ebuild | 8 ++++++-- .../{cantera-2.4.0-r2.ebuild => cantera-2.4.0-r3.ebuild} | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) rename sci-libs/cantera/{cantera-2.4.0-r2.ebuild => cantera-2.4.0-r3.ebuild} (95%) diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index edaded328a20..cd27ff27f637 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -28,7 +28,9 @@ REQUIRED_USE=" RDEPEND=" ${PYTHON_DEPS} python? ( - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') ) =dev-cpp/gtest-1.8.0 diff --git a/sci-libs/cantera/cantera-2.4.0-r2.ebuild b/sci-libs/cantera/cantera-2.4.0-r3.ebuild similarity index 95% rename from sci-libs/cantera/cantera-2.4.0-r2.ebuild rename to sci-libs/cantera/cantera-2.4.0-r3.ebuild index f82bfa086396..29345e36058c 100644 --- a/sci-libs/cantera/cantera-2.4.0-r2.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r3.ebuild @@ -28,7 +28,9 @@ REQUIRED_USE=" RDEPEND=" ${PYTHON_DEPS} python? ( - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') ) =dev-cpp/gtest-1.8.0 -- 2.26.2