From f902dc2a5fb048b225b878199d3e6196b7ac42af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 20:07:21 +0100 Subject: [PATCH] sci-libs/shogun: 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 --- .../{shogun-5.0.0.ebuild => shogun-5.0.0-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename sci-libs/shogun/{shogun-5.0.0.ebuild => shogun-5.0.0-r1.ebuild} (96%) diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0-r1.ebuild similarity index 96% rename from sci-libs/shogun/shogun-5.0.0.ebuild rename to sci-libs/shogun/shogun-5.0.0-r1.ebuild index 3bca4c41c568..1db83f206fad 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0-r1.ebuild @@ -55,7 +55,9 @@ RDEPEND=" opencl? ( virtual/opencl ) python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') ) R? ( dev-lang/R ) ruby? ( dev-ruby/narray )" @@ -76,7 +78,9 @@ DEPEND="${RDEPEND} R? ( >=dev-lang/swig-3.0.12 ) ruby? ( >=dev-lang/swig-3.0.12 ) test? ( - dev-python/jinja[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/jinja[${PYTHON_MULTI_USEDEP}] + ') >=dev-cpp/gtest-1.8.0 )" -- 2.26.2