Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opensubdiv/
Date: Sat, 30 Oct 2021 17:18:57
Message-Id: 1635614273.3f32f880956e37949253999b88bf267ce8c56b78.sam@gentoo
1 commit: 3f32f880956e37949253999b88bf267ce8c56b78
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 17:17:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 17:17:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f32f880
7
8 media-libs/opensubdiv: needs deprecated TBB features, depend on older version
9
10 Bug: https://bugs.gentoo.org/820824
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/opensubdiv/opensubdiv-3.4.3-r1.ebuild | 2 +-
14 media-libs/opensubdiv/opensubdiv-3.4.4-r1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/opensubdiv/opensubdiv-3.4.3-r1.ebuild b/media-libs/opensubdiv/opensubdiv-3.4.3-r1.ebuild
18 index 69421b7d9ef..f9593b44235 100644
19 --- a/media-libs/opensubdiv/opensubdiv-3.4.3-r1.ebuild
20 +++ b/media-libs/opensubdiv/opensubdiv-3.4.3-r1.ebuild
21 @@ -31,7 +31,7 @@ RDEPEND="
22 "
23 DEPEND="
24 ${RDEPEND}
25 - tbb? ( dev-cpp/tbb:= )
26 + tbb? ( <dev-cpp/tbb-2021.4.0:= )
27 "
28 BDEPEND="
29 doc? (
30
31 diff --git a/media-libs/opensubdiv/opensubdiv-3.4.4-r1.ebuild b/media-libs/opensubdiv/opensubdiv-3.4.4-r1.ebuild
32 index 7f1794750aa..533364777c1 100644
33 --- a/media-libs/opensubdiv/opensubdiv-3.4.4-r1.ebuild
34 +++ b/media-libs/opensubdiv/opensubdiv-3.4.4-r1.ebuild
35 @@ -31,7 +31,7 @@ RDEPEND="
36 "
37 DEPEND="
38 ${RDEPEND}
39 - tbb? ( dev-cpp/tbb:= )
40 + tbb? ( <dev-cpp/tbb-2021.4.0:= )
41 "
42 BDEPEND="
43 cuda? ( <sys-devel/gcc-9[cxx] )