summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/root/root-6.12.06-r11.ebuild')
-rw-r--r--sci-physics/root/root-6.12.06-r11.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-physics/root/root-6.12.06-r11.ebuild b/sci-physics/root/root-6.12.06-r11.ebuild
index cf9543852ddf..d49c467555c2 100644
--- a/sci-physics/root/root-6.12.06-r11.ebuild
+++ b/sci-physics/root/root-6.12.06-r11.ebuild
@@ -90,7 +90,11 @@ CDEPEND="
sqlite? ( dev-db/sqlite:3 )
ssl? ( dev-libs/openssl:0= )
tbb? ( dev-cpp/tbb )
- 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= )