diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 20:07:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:35:33 +0100 |
commit | f902dc2a5fb048b225b878199d3e6196b7ac42af (patch) | |
tree | 757ff6e6ac8d16459b344f3942117f8b2237ea28 /sci-libs/shogun | |
parent | sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-f902dc2a5fb048b225b878199d3e6196b7ac42af.tar.gz gentoo-f902dc2a5fb048b225b878199d3e6196b7ac42af.tar.bz2 gentoo-f902dc2a5fb048b225b878199d3e6196b7ac42af.zip |
sci-libs/shogun: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/shogun')
-rw-r--r-- | sci-libs/shogun/shogun-5.0.0-r1.ebuild (renamed from sci-libs/shogun/shogun-5.0.0.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/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 )" |