diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-12-10 14:46:11 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-12-11 12:03:57 +0100 |
commit | 69644002d00b023ff04eb828d16596416022fc62 (patch) | |
tree | 78e8089eb191ef0392cebc131f38cc7ae07d790d /sci-physics | |
parent | dev-vcs/tortoisehg: Bump to version 4.8.1. Removed old. (diff) | |
download | gentoo-69644002d00b023ff04eb828d16596416022fc62.tar.gz gentoo-69644002d00b023ff04eb828d16596416022fc62.tar.bz2 gentoo-69644002d00b023ff04eb828d16596416022fc62.zip |
sci-physics/root: depend on >=dev-cpp/tbb-2018, bug #672686
Closes: https://bugs.gentoo.org/672686
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.14.08.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-6.14.08.ebuild b/sci-physics/root/root-6.14.08.ebuild index f8381e7d7847..d3be67f0726a 100644 --- a/sci-physics/root/root-6.14.08.ebuild +++ b/sci-physics/root/root-6.14.08.ebuild @@ -96,7 +96,7 @@ CDEPEND=" shadow? ( virtual/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) - tbb? ( dev-cpp/tbb ) + tbb? ( >=dev-cpp/tbb-2018 ) tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) vc? ( dev-libs/vc ) xml? ( dev-libs/libxml2:2= ) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 8268a8f6a842..debd63888215 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -105,7 +105,7 @@ CDEPEND=" shadow? ( virtual/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) - tbb? ( dev-cpp/tbb ) + tbb? ( >=dev-cpp/tbb-2018 ) tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) vc? ( dev-libs/vc ) xml? ( dev-libs/libxml2:2= ) |