diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 23:22:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 23:22:51 +0100 |
commit | b1ca4c6c179e134de5e5154888e3618c5463f376 (patch) | |
tree | a21116c9651402601b64a5da3e4a966eeacf61c8 /sci-physics/root | |
parent | sci-physics/bullet: add tbb subslot operator (diff) | |
download | gentoo-b1ca4c6c179e134de5e5154888e3618c5463f376.tar.gz gentoo-b1ca4c6c179e134de5e5154888e3618c5463f376.tar.bz2 gentoo-b1ca4c6c179e134de5e5154888e3618c5463f376.zip |
sci-physics/root: add tbb subslot operator
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.22.08-r3.ebuild (renamed from sci-physics/root/root-6.22.08-r2.ebuild) | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.24.06-r1.ebuild (renamed from sci-physics/root/root-6.24.06.ebuild) | 4 | ||||
-rw-r--r-- | sci-physics/root/root-6.24.9999.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sci-physics/root/root-6.22.08-r2.ebuild b/sci-physics/root/root-6.22.08-r3.ebuild index 49b680c70017..e50075307bb3 100644 --- a/sci-physics/root/root-6.22.08-r2.ebuild +++ b/sci-physics/root/root-6.22.08-r3.ebuild @@ -98,7 +98,7 @@ CDEPEND=" shadow? ( sys-apps/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) - tbb? ( >=dev-cpp/tbb-2018 ) + tbb? ( >=dev-cpp/tbb-2018:= ) tmva? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] diff --git a/sci-physics/root/root-6.24.06.ebuild b/sci-physics/root/root-6.24.06-r1.ebuild index 708fc6d4c7bc..f368ddd41f23 100644 --- a/sci-physics/root/root-6.24.06.ebuild +++ b/sci-physics/root/root-6.24.06-r1.ebuild @@ -100,13 +100,13 @@ CDEPEND=" shadow? ( sys-apps/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) tmva? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing ) + uring? ( sys-libs/liburing:= ) vc? ( dev-libs/vc:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) diff --git a/sci-physics/root/root-6.24.9999.ebuild b/sci-physics/root/root-6.24.9999.ebuild index 769f8a4eb086..ee32ed846f57 100644 --- a/sci-physics/root/root-6.24.9999.ebuild +++ b/sci-physics/root/root-6.24.9999.ebuild @@ -111,13 +111,13 @@ CDEPEND=" shadow? ( sys-apps/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) tmva? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing ) + uring? ( sys-libs/liburing:= ) 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 769f8a4eb086..ee32ed846f57 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -111,13 +111,13 @@ CDEPEND=" shadow? ( sys-apps/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) - tbb? ( dev-cpp/tbb ) + tbb? ( dev-cpp/tbb:= ) tmva? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] ') ) - uring? ( sys-libs/liburing ) + uring? ( sys-libs/liburing:= ) vc? ( dev-libs/vc:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) |