diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-07-05 15:24:42 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-07-05 15:24:42 +0200 |
commit | 6ba4809ee695f5370e66b6654e9915fabdcec775 (patch) | |
tree | 136063907972d8832652137b251bad701367ea8b /sci-physics | |
parent | sys-libs/libcap: x86 stable wrt bug #660334 (diff) | |
download | gentoo-6ba4809ee695f5370e66b6654e9915fabdcec775.tar.gz gentoo-6ba4809ee695f5370e66b6654e9915fabdcec775.tar.bz2 gentoo-6ba4809ee695f5370e66b6654e9915fabdcec775.zip |
sci-physics/root: add missing dependency on numpy with USE=tmva
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.12.06-r3.ebuild | 1 | ||||
-rw-r--r-- | sci-physics/root/root-6.14.00.ebuild | 1 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.12.06-r3.ebuild b/sci-physics/root/root-6.12.06-r3.ebuild index 8d281139227d..59f80613a0a2 100644 --- a/sci-physics/root/root-6.12.06-r3.ebuild +++ b/sci-physics/root/root-6.12.06-r3.ebuild @@ -96,6 +96,7 @@ CDEPEND=" sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) tbb? ( dev-cpp/tbb ) + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) vc? ( dev-libs/vc ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) diff --git a/sci-physics/root/root-6.14.00.ebuild b/sci-physics/root/root-6.14.00.ebuild index d7fcd557dccb..5d633bb4e230 100644 --- a/sci-physics/root/root-6.14.00.ebuild +++ b/sci-physics/root/root-6.14.00.ebuild @@ -96,6 +96,7 @@ CDEPEND=" sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) tbb? ( dev-cpp/tbb ) + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) vc? ( dev-libs/vc ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 5b56c0cea837..ee92ab58fa49 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -105,6 +105,7 @@ CDEPEND=" sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) tbb? ( dev-cpp/tbb ) + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) vc? ( dev-libs/vc ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) |