From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5BEC3158086 for ; Fri, 29 Oct 2021 22:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 991A0E0875; Fri, 29 Oct 2021 22:23:21 +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 81E96E0875 for ; Fri, 29 Oct 2021 22:23:21 +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 AA577343380 for ; Fri, 29 Oct 2021 22:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBCD31A3 for ; Fri, 29 Oct 2021 22:23:16 +0000 (UTC) From: "Sam James" 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" Message-ID: <1635546167.7483d7eaf342104649e7091b0bd81c22266c585e.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.ebuild X-VCS-Directories: sci-libs/spqr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7483d7eaf342104649e7091b0bd81c22266c585e X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:23:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fb498fe-6165-4a23-a2da-a143e1bb8450 X-Archives-Hash: 9f177dd22d714273482c526d0e81f88e commit: 7483d7eaf342104649e7091b0bd81c22266c585e Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:19:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:22:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7483d7ea sci-libs/spqr: add tbb subslot operator Signed-off-by: Sam James gentoo.org> sci-libs/spqr/{spqr-2.0.9.ebuild => spqr-2.0.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/spqr/spqr-2.0.9.ebuild b/sci-libs/spqr/spqr-2.0.9-r1.ebuild similarity index 97% rename from sci-libs/spqr/spqr-2.0.9.ebuild rename to sci-libs/spqr/spqr-2.0.9-r1.ebuild index f8b22bfa58b..b586d18ed69 100644 --- a/sci-libs/spqr/spqr-2.0.9.ebuild +++ b/sci-libs/spqr/spqr-2.0.9-r1.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:= )" RDEPEND="${DEPEND}" src_configure() {