Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Thu, 05 Jul 2018 13:34:38
Message-Id: 1530797082.6ba4809ee695f5370e66b6654e9915fabdcec775.amadio@gentoo
1 commit: 6ba4809ee695f5370e66b6654e9915fabdcec775
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 13:24:42 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 13:24:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba4809e
7
8 sci-physics/root: add missing dependency on numpy with USE=tmva
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sci-physics/root/root-6.12.06-r3.ebuild | 1 +
13 sci-physics/root/root-6.14.00.ebuild | 1 +
14 sci-physics/root/root-9999.ebuild | 1 +
15 3 files changed, 3 insertions(+)
16
17 diff --git a/sci-physics/root/root-6.12.06-r3.ebuild b/sci-physics/root/root-6.12.06-r3.ebuild
18 index 8d281139227..59f80613a0a 100644
19 --- a/sci-physics/root/root-6.12.06-r3.ebuild
20 +++ b/sci-physics/root/root-6.12.06-r3.ebuild
21 @@ -96,6 +96,7 @@ CDEPEND="
22 sqlite? ( dev-db/sqlite:3 )
23 ssl? ( dev-libs/openssl:0= )
24 tbb? ( dev-cpp/tbb )
25 + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
26 vc? ( dev-libs/vc )
27 xml? ( dev-libs/libxml2:2= )
28 xrootd? ( net-libs/xrootd:0= )
29
30 diff --git a/sci-physics/root/root-6.14.00.ebuild b/sci-physics/root/root-6.14.00.ebuild
31 index d7fcd557dcc..5d633bb4e23 100644
32 --- a/sci-physics/root/root-6.14.00.ebuild
33 +++ b/sci-physics/root/root-6.14.00.ebuild
34 @@ -96,6 +96,7 @@ CDEPEND="
35 sqlite? ( dev-db/sqlite:3 )
36 ssl? ( dev-libs/openssl:0= )
37 tbb? ( dev-cpp/tbb )
38 + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
39 vc? ( dev-libs/vc )
40 xml? ( dev-libs/libxml2:2= )
41 xrootd? ( net-libs/xrootd:0= )
42
43 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
44 index 5b56c0cea83..ee92ab58fa4 100644
45 --- a/sci-physics/root/root-9999.ebuild
46 +++ b/sci-physics/root/root-9999.ebuild
47 @@ -105,6 +105,7 @@ CDEPEND="
48 sqlite? ( dev-db/sqlite:3 )
49 ssl? ( dev-libs/openssl:0= )
50 tbb? ( dev-cpp/tbb )
51 + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
52 vc? ( dev-libs/vc )
53 xml? ( dev-libs/libxml2:2= )
54 xrootd? ( net-libs/xrootd:0= )