From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1334894-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 E3D6C158087
	for <garchives@archives.gentoo.org>; Sat, 30 Oct 2021 17:25:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 47750E0829;
	Sat, 30 Oct 2021 17:25:17 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 2D2A0E0829
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 17:25:17 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3F7AB342ED6
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 17:25:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D5961163
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 17:25:14 +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: <1635614706.0b8445f6cf9fc64b5fa8b3a93ba91c3bc9370b2a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/openvdb/openvdb-7.0.0-r3.ebuild media-gfx/openvdb/openvdb-7.1.0-r3.ebuild media-gfx/openvdb/openvdb-8.0.1-r2.ebuild
X-VCS-Directories: media-gfx/openvdb/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0b8445f6cf9fc64b5fa8b3a93ba91c3bc9370b2a
X-VCS-Branch: master
Date: Sat, 30 Oct 2021 17:25:14 +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: 4f232a52-333a-42d1-9c5b-9a5bc9f1368c
X-Archives-Hash: 6191422904d36b1fbcbceaa7be7b92ba

commit:     0b8445f6cf9fc64b5fa8b3a93ba91c3bc9370b2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 17:25:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 17:25:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8445f6

media-gfx/openvdb: needs deprecated TBB features, depend on older version

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

 media-gfx/openvdb/openvdb-7.0.0-r3.ebuild | 4 ++--
 media-gfx/openvdb/openvdb-7.1.0-r3.ebuild | 4 ++--
 media-gfx/openvdb/openvdb-8.0.1-r2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/openvdb/openvdb-7.0.0-r3.ebuild b/media-gfx/openvdb/openvdb-7.0.0-r3.ebuild
index e0b36a0c357..2d5fa8ff351 100644
--- a/media-gfx/openvdb/openvdb-7.0.0-r3.ebuild
+++ b/media-gfx/openvdb/openvdb-7.0.0-r3.ebuild
@@ -22,9 +22,9 @@ REQUIRED_USE="
 	^^ ( abi5-compat abi6-compat abi7-compat )
 	python? ( ${PYTHON_REQUIRED_USE} )
 "
-
+# Check if newer releases work with newer TBB, bug #820788
 RDEPEND="
-	dev-cpp/tbb:=
+	<dev-cpp/tbb-2021.4.0:=
 	dev-libs/boost:=
 	dev-libs/c-blosc:=
 	dev-libs/jemalloc:=

diff --git a/media-gfx/openvdb/openvdb-7.1.0-r3.ebuild b/media-gfx/openvdb/openvdb-7.1.0-r3.ebuild
index 42e6f909d3b..2c6c85a3efc 100644
--- a/media-gfx/openvdb/openvdb-7.1.0-r3.ebuild
+++ b/media-gfx/openvdb/openvdb-7.1.0-r3.ebuild
@@ -22,9 +22,9 @@ REQUIRED_USE="
 	^^ ( abi6-compat abi7-compat )
 	python? ( ${PYTHON_REQUIRED_USE} )
 "
-
+# Check if newer releases work with newer TBB, bug #820788
 RDEPEND="
-	dev-cpp/tbb:=
+	<dev-cpp/tbb-2021.4.0:=
 	dev-libs/boost:=
 	dev-libs/c-blosc:=
 	dev-libs/jemalloc:=

diff --git a/media-gfx/openvdb/openvdb-8.0.1-r2.ebuild b/media-gfx/openvdb/openvdb-8.0.1-r2.ebuild
index 678d5b14467..fc19c87ea4c 100644
--- a/media-gfx/openvdb/openvdb-8.0.1-r2.ebuild
+++ b/media-gfx/openvdb/openvdb-8.0.1-r2.ebuild
@@ -22,9 +22,9 @@ REQUIRED_USE="
 	^^ ( abi6-compat abi7-compat abi8-compat )
 	python? ( ${PYTHON_REQUIRED_USE} )
 "
-
+# Check if newer releases work with newer TBB, bug #820788
 RDEPEND="
-	dev-cpp/tbb:=
+	<dev-cpp/tbb-2021.4.0:=
 	dev-libs/boost:=
 	dev-libs/c-blosc:=
 	dev-libs/jemalloc:=