From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1345092-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 9E2E1158086
	for <garchives@archives.gentoo.org>; Thu,  2 Dec 2021 01:25:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6E0B82BC025;
	Thu,  2 Dec 2021 01:25:15 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 564972BC025
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Dec 2021 01:25:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 0577A342C50
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Dec 2021 01:25:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F00DF200
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Dec 2021 01:25:07 +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: <1638408289.5363a303b439d2936e55e95137efdff0b45888db.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/spqr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/spqr/spqr-2.0.9-r1.ebuild sci-libs/spqr/spqr-2.0.9-r2.ebuild
X-VCS-Directories: sci-libs/spqr/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5363a303b439d2936e55e95137efdff0b45888db
X-VCS-Branch: master
Date: Thu,  2 Dec 2021 01:25:07 +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: 8a0d3077-3152-428c-b159-65575130e867
X-Archives-Hash: ce3aa2dc49c9e80d5184a4806f10d6ed

commit:     5363a303b439d2936e55e95137efdff0b45888db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 01:24:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 01:24:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5363a303

sci-libs/spqr: pin to older TBB

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

 sci-libs/spqr/{spqr-2.0.9-r1.ebuild => spqr-2.0.9-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/spqr/spqr-2.0.9-r1.ebuild b/sci-libs/spqr/spqr-2.0.9-r2.ebuild
similarity index 97%
rename from sci-libs/spqr/spqr-2.0.9-r1.ebuild
rename to sci-libs/spqr/spqr-2.0.9-r2.ebuild
index cb6da0c33314..ff1a265ca5a0 100644
--- a/sci-libs/spqr/spqr-2.0.9-r1.ebuild
+++ b/sci-libs/spqr/spqr-2.0.9-r2.ebuild
@@ -22,7 +22,7 @@ DEPEND="
 	virtual/lapack
 	>=sci-libs/cholmod-2[lapack,partition?]
 	partition? ( >=sci-libs/metis-5.1.0 )
-	tbb? ( dev-cpp/tbb:= )"
+	tbb? ( <dev-cpp/tbb-2021:= )"
 RDEPEND="${DEPEND}"
 
 src_configure() {