Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Fri, 29 Oct 2021 22:23:24
Message-Id: 1635546171.b1ca4c6c179e134de5e5154888e3618c5463f376.sam@gentoo
1 commit: b1ca4c6c179e134de5e5154888e3618c5463f376
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 22:22:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 22:22:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ca4c6c
7
8 sci-physics/root: add tbb subslot operator
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-physics/root/{root-6.22.08-r2.ebuild => root-6.22.08-r3.ebuild} | 2 +-
13 sci-physics/root/{root-6.24.06.ebuild => root-6.24.06-r1.ebuild} | 4 ++--
14 sci-physics/root/root-6.24.9999.ebuild | 4 ++--
15 sci-physics/root/root-9999.ebuild | 4 ++--
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/sci-physics/root/root-6.22.08-r2.ebuild b/sci-physics/root/root-6.22.08-r3.ebuild
19 similarity index 99%
20 rename from sci-physics/root/root-6.22.08-r2.ebuild
21 rename to sci-physics/root/root-6.22.08-r3.ebuild
22 index 49b680c7001..e50075307bb 100644
23 --- a/sci-physics/root/root-6.22.08-r2.ebuild
24 +++ b/sci-physics/root/root-6.22.08-r3.ebuild
25 @@ -98,7 +98,7 @@ CDEPEND="
26 shadow? ( sys-apps/shadow )
27 sqlite? ( dev-db/sqlite:3 )
28 ssl? ( dev-libs/openssl:0= )
29 - tbb? ( >=dev-cpp/tbb-2018 )
30 + tbb? ( >=dev-cpp/tbb-2018:= )
31 tmva? (
32 $(python_gen_cond_dep '
33 dev-python/numpy[${PYTHON_USEDEP}]
34
35 diff --git a/sci-physics/root/root-6.24.06.ebuild b/sci-physics/root/root-6.24.06-r1.ebuild
36 similarity index 99%
37 rename from sci-physics/root/root-6.24.06.ebuild
38 rename to sci-physics/root/root-6.24.06-r1.ebuild
39 index 708fc6d4c7b..f368ddd41f2 100644
40 --- a/sci-physics/root/root-6.24.06.ebuild
41 +++ b/sci-physics/root/root-6.24.06-r1.ebuild
42 @@ -100,13 +100,13 @@ CDEPEND="
43 shadow? ( sys-apps/shadow )
44 sqlite? ( dev-db/sqlite:3 )
45 ssl? ( dev-libs/openssl:0= )
46 - tbb? ( dev-cpp/tbb )
47 + tbb? ( dev-cpp/tbb:= )
48 tmva? (
49 $(python_gen_cond_dep '
50 dev-python/numpy[${PYTHON_USEDEP}]
51 ')
52 )
53 - uring? ( sys-libs/liburing )
54 + uring? ( sys-libs/liburing:= )
55 vc? ( dev-libs/vc:= )
56 xml? ( dev-libs/libxml2:2= )
57 xrootd? ( net-libs/xrootd:0= )
58
59 diff --git a/sci-physics/root/root-6.24.9999.ebuild b/sci-physics/root/root-6.24.9999.ebuild
60 index 769f8a4eb08..ee32ed846f5 100644
61 --- a/sci-physics/root/root-6.24.9999.ebuild
62 +++ b/sci-physics/root/root-6.24.9999.ebuild
63 @@ -111,13 +111,13 @@ CDEPEND="
64 shadow? ( sys-apps/shadow )
65 sqlite? ( dev-db/sqlite:3 )
66 ssl? ( dev-libs/openssl:0= )
67 - tbb? ( dev-cpp/tbb )
68 + tbb? ( dev-cpp/tbb:= )
69 tmva? (
70 $(python_gen_cond_dep '
71 dev-python/numpy[${PYTHON_USEDEP}]
72 ')
73 )
74 - uring? ( sys-libs/liburing )
75 + uring? ( sys-libs/liburing:= )
76 vc? ( dev-libs/vc:= )
77 xml? ( dev-libs/libxml2:2= )
78 xrootd? ( net-libs/xrootd:0= )
79
80 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
81 index 769f8a4eb08..ee32ed846f5 100644
82 --- a/sci-physics/root/root-9999.ebuild
83 +++ b/sci-physics/root/root-9999.ebuild
84 @@ -111,13 +111,13 @@ CDEPEND="
85 shadow? ( sys-apps/shadow )
86 sqlite? ( dev-db/sqlite:3 )
87 ssl? ( dev-libs/openssl:0= )
88 - tbb? ( dev-cpp/tbb )
89 + tbb? ( dev-cpp/tbb:= )
90 tmva? (
91 $(python_gen_cond_dep '
92 dev-python/numpy[${PYTHON_USEDEP}]
93 ')
94 )
95 - uring? ( sys-libs/liburing )
96 + uring? ( sys-libs/liburing:= )
97 vc? ( dev-libs/vc:= )
98 xml? ( dev-libs/libxml2:2= )
99 xrootd? ( net-libs/xrootd:0= )