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 07041158095 for ; Sat, 27 Aug 2022 23:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BACB9E09BA; Sat, 27 Aug 2022 23:10:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 55948E09B6 for ; Sat, 27 Aug 2022 23:10:07 +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 E0A79340EFD for ; Sat, 27 Aug 2022 07:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38C76558 for ; Sat, 27 Aug 2022 07:18:23 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1661584681.f6293cf6a0c4c764d4ddb10aa39865e2170a6def.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocSOLVER/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild X-VCS-Directories: sci-libs/rocSOLVER/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f6293cf6a0c4c764d4ddb10aa39865e2170a6def X-VCS-Branch: master Date: Sat, 27 Aug 2022 07:18:23 +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: 70fc060a-85c8-49bd-92ec-52b779b58605 X-Archives-Hash: 85694f5de55f534470c44f9cba0fbf08 commit: f6293cf6a0c4c764d4ddb10aa39865e2170a6def Author: Yiyang Wu gmail com> AuthorDate: Sat Aug 27 03:34:48 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Aug 27 07:18:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6293cf6 sci-libs/rocSOLVER: restrict to dev-libs/libfmt-8 Closes: https://bugs.gentoo.org/866839 Signed-off-by: Yiyang Wu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27026 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild b/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild index 3a09969c0867..3bdd6868c166 100644 --- a/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild +++ b/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild @@ -17,7 +17,7 @@ IUSE="test benchmark" RDEPEND="dev-util/hip sci-libs/rocBLAS:${SLOT} - >=dev-libs/libfmt-8 + =dev-libs/libfmt-8* benchmark? ( virtual/blas )" DEPEND="${RDEPEND}" BDEPEND="test? ( dev-cpp/gtest