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: Tue, 11 Dec 2018 11:19:33
Message-Id: 1544526237.69644002d00b023ff04eb828d16596416022fc62.amadio@gentoo
1 commit: 69644002d00b023ff04eb828d16596416022fc62
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 10 13:46:11 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 11:03:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69644002
7
8 sci-physics/root: depend on >=dev-cpp/tbb-2018, bug #672686
9
10 Closes: https://bugs.gentoo.org/672686
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 sci-physics/root/root-6.14.08.ebuild | 2 +-
15 sci-physics/root/root-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-physics/root/root-6.14.08.ebuild b/sci-physics/root/root-6.14.08.ebuild
19 index f8381e7d784..d3be67f0726 100644
20 --- a/sci-physics/root/root-6.14.08.ebuild
21 +++ b/sci-physics/root/root-6.14.08.ebuild
22 @@ -96,7 +96,7 @@ CDEPEND="
23 shadow? ( virtual/shadow )
24 sqlite? ( dev-db/sqlite:3 )
25 ssl? ( dev-libs/openssl:0= )
26 - tbb? ( dev-cpp/tbb )
27 + tbb? ( >=dev-cpp/tbb-2018 )
28 tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
29 vc? ( dev-libs/vc )
30 xml? ( dev-libs/libxml2:2= )
31
32 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
33 index 8268a8f6a84..debd6388821 100644
34 --- a/sci-physics/root/root-9999.ebuild
35 +++ b/sci-physics/root/root-9999.ebuild
36 @@ -105,7 +105,7 @@ CDEPEND="
37 shadow? ( virtual/shadow )
38 sqlite? ( dev-db/sqlite:3 )
39 ssl? ( dev-libs/openssl:0= )
40 - tbb? ( dev-cpp/tbb )
41 + tbb? ( >=dev-cpp/tbb-2018 )
42 tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
43 vc? ( dev-libs/vc )
44 xml? ( dev-libs/libxml2:2= )