From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1530523-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 5C258158009 for <garchives@archives.gentoo.org>; Tue, 20 Jun 2023 00:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F292EE0895; Tue, 20 Jun 2023 00:02:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD175E0896 for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jun 2023 00:02:43 +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 2EFB8340FB1 for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jun 2023 00:02:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D79AA2 for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jun 2023 00:02:40 +0000 (UTC) From: "Michael Orlitzky" <mjo@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, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1687219278.6e4e3ea864e4d5370bee0ff6907b6a2b46af272d.mjo@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-r2.ebuild X-VCS-Directories: sci-libs/spqr/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 6e4e3ea864e4d5370bee0ff6907b6a2b46af272d X-VCS-Branch: master Date: Tue, 20 Jun 2023 00:02:40 +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: 4d24c9c4-4dd9-4c66-8146-ab55f9a0fd9c X-Archives-Hash: 28ad1cddfe63333660c29f00d6485e28 commit: 6e4e3ea864e4d5370bee0ff6907b6a2b46af272d Author: François Bissey <frp.bissey <AT> gmail <DOT> com> AuthorDate: Mon Jun 5 22:35:28 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Jun 20 00:01:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4e3ea8 sci-libs/spqr: restrict dependencies to suitable cholmod in 2.0.9 Signed-off-by: François Bissey <frp.bissey <AT> gmail.com> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/spqr/spqr-2.0.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/spqr/spqr-2.0.9-r2.ebuild b/sci-libs/spqr/spqr-2.0.9-r2.ebuild index 725a9490aa41..b63bdbe966ea 100644 --- a/sci-libs/spqr/spqr-2.0.9-r2.ebuild +++ b/sci-libs/spqr/spqr-2.0.9-r2.ebuild @@ -20,7 +20,7 @@ BDEPEND="virtual/pkgconfig # spqr links to metis directly, too. DEPEND=" virtual/lapack - >=sci-libs/cholmod-2[lapack,partition?] + =sci-libs/cholmod-3*[lapack,partition?] partition? ( >=sci-libs/metis-5.1.0 ) tbb? ( <dev-cpp/tbb-2021:= )" RDEPEND="${DEPEND}"