diff options
author | 2020-02-08 11:31:21 +0100 | |
---|---|---|
committer | 2020-02-09 17:46:57 +0100 | |
commit | 2efa53effda5472007dcfb99247d31a279b067c6 (patch) | |
tree | 723e558bd8a32d84461432bc6f278b5185e3c6ae /sci-physics/root/root-9999.ebuild | |
parent | media-gfx/blender: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-2efa53effda5472007dcfb99247d31a279b067c6.tar.gz gentoo-2efa53effda5472007dcfb99247d31a279b067c6.tar.bz2 gentoo-2efa53effda5472007dcfb99247d31a279b067c6.zip |
sci-physics/root: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/root/root-9999.ebuild')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index a6dee45e8047..53b2390393ae 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -103,7 +103,11 @@ CDEPEND=" sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) tbb? ( >=dev-cpp/tbb-2018 ) - tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) + tmva? ( + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') + ) vc? ( dev-libs/vc:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) |