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/bullet/
Date: Sat, 30 Oct 2021 17:18:57
Message-Id: 1635614315.c3efa1afcfac62755b31abde56aa8741f69163d0.sam@gentoo
1 commit: c3efa1afcfac62755b31abde56aa8741f69163d0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 17:18:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 17:18:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3efa1af
7
8 sci-physics/bullet: needs deprecated TBB features, depend on older version
9
10 Bug: https://bugs.gentoo.org/820827
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-physics/bullet/bullet-3.07-r1.ebuild | 2 +-
14 sci-physics/bullet/bullet-3.08-r1.ebuild | 2 +-
15 sci-physics/bullet/bullet-3.17-r1.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-physics/bullet/bullet-3.07-r1.ebuild b/sci-physics/bullet/bullet-3.07-r1.ebuild
19 index 900336005b3..8c7fe0df2cf 100644
20 --- a/sci-physics/bullet/bullet-3.07-r1.ebuild
21 +++ b/sci-physics/bullet/bullet-3.07-r1.ebuild
22 @@ -22,7 +22,7 @@ REQUIRED_USE="
23 RDEPEND="
24 virtual/opengl
25 media-libs/freeglut
26 - tbb? ( dev-cpp/tbb:= )
27 + tbb? ( <dev-cpp/tbb-2021.4.0:= )
28 "
29 DEPEND="${RDEPEND}"
30 BDEPEND="doc? ( app-doc/doxygen[dot] )"
31
32 diff --git a/sci-physics/bullet/bullet-3.08-r1.ebuild b/sci-physics/bullet/bullet-3.08-r1.ebuild
33 index 0ad7a8cf0ae..1351a73e5aa 100644
34 --- a/sci-physics/bullet/bullet-3.08-r1.ebuild
35 +++ b/sci-physics/bullet/bullet-3.08-r1.ebuild
36 @@ -22,7 +22,7 @@ REQUIRED_USE="
37 RDEPEND="
38 virtual/opengl
39 media-libs/freeglut
40 - tbb? ( dev-cpp/tbb:= )
41 + tbb? ( <dev-cpp/tbb-2021.4.0:= )
42 "
43 DEPEND="${RDEPEND}"
44 BDEPEND="doc? ( app-doc/doxygen[dot] )"
45
46 diff --git a/sci-physics/bullet/bullet-3.17-r1.ebuild b/sci-physics/bullet/bullet-3.17-r1.ebuild
47 index 6d0e4f2ea30..5c1db84f149 100644
48 --- a/sci-physics/bullet/bullet-3.17-r1.ebuild
49 +++ b/sci-physics/bullet/bullet-3.17-r1.ebuild
50 @@ -22,7 +22,7 @@ REQUIRED_USE="
51 RDEPEND="
52 virtual/opengl
53 media-libs/freeglut
54 - tbb? ( dev-cpp/tbb:= )
55 + tbb? ( <dev-cpp/tbb-2021.4.0:= )
56 "
57 DEPEND="${RDEPEND}"
58 BDEPEND="doc? ( app-doc/doxygen[dot] )"