From: Michał Górny Date: Fri, 7 Feb 2020 19:04:15 +0000 (+0100) Subject: sci-libs/cantera: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b4937ee4a074b4b6849c7fb31cd635b327995b41;p=gentoo.git sci-libs/cantera: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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