From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1334877-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A174F158086
	for <garchives@archives.gentoo.org>; Sat, 30 Oct 2021 17:18:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CF705E07D8;
	Sat, 30 Oct 2021 17:18:56 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BABD9E07D8
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 17:18:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A743C3432C2
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 17:18:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C14E1187
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 17:18:52 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1635614315.c3efa1afcfac62755b31abde56aa8741f69163d0.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-physics/bullet/bullet-3.07-r1.ebuild sci-physics/bullet/bullet-3.08-r1.ebuild sci-physics/bullet/bullet-3.17-r1.ebuild
X-VCS-Directories: sci-physics/bullet/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c3efa1afcfac62755b31abde56aa8741f69163d0
X-VCS-Branch: master
Date: Sat, 30 Oct 2021 17:18:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f2d39617-d89b-4ec2-8bed-efb81fa9f5f1
X-Archives-Hash: 06b7ced4dca2d41ab45f2baf3722372f

commit:     c3efa1afcfac62755b31abde56aa8741f69163d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 17:18:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 17:18:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3efa1af

sci-physics/bullet: needs deprecated TBB features, depend on older version

Bug: https://bugs.gentoo.org/820827
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-physics/bullet/bullet-3.07-r1.ebuild | 2 +-
 sci-physics/bullet/bullet-3.08-r1.ebuild | 2 +-
 sci-physics/bullet/bullet-3.17-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-physics/bullet/bullet-3.07-r1.ebuild b/sci-physics/bullet/bullet-3.07-r1.ebuild
index 900336005b3..8c7fe0df2cf 100644
--- a/sci-physics/bullet/bullet-3.07-r1.ebuild
+++ b/sci-physics/bullet/bullet-3.07-r1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RDEPEND="
 	virtual/opengl
 	media-libs/freeglut
-	tbb? ( dev-cpp/tbb:= )
+	tbb? ( <dev-cpp/tbb-2021.4.0:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen[dot] )"

diff --git a/sci-physics/bullet/bullet-3.08-r1.ebuild b/sci-physics/bullet/bullet-3.08-r1.ebuild
index 0ad7a8cf0ae..1351a73e5aa 100644
--- a/sci-physics/bullet/bullet-3.08-r1.ebuild
+++ b/sci-physics/bullet/bullet-3.08-r1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RDEPEND="
 	virtual/opengl
 	media-libs/freeglut
-	tbb? ( dev-cpp/tbb:= )
+	tbb? ( <dev-cpp/tbb-2021.4.0:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen[dot] )"

diff --git a/sci-physics/bullet/bullet-3.17-r1.ebuild b/sci-physics/bullet/bullet-3.17-r1.ebuild
index 6d0e4f2ea30..5c1db84f149 100644
--- a/sci-physics/bullet/bullet-3.17-r1.ebuild
+++ b/sci-physics/bullet/bullet-3.17-r1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RDEPEND="
 	virtual/opengl
 	media-libs/freeglut
-	tbb? ( dev-cpp/tbb:= )
+	tbb? ( <dev-cpp/tbb-2021.4.0:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen[dot] )"