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 2CE78158094 for ; Sat, 9 Jul 2022 06:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B0EE0C0D; Sat, 9 Jul 2022 06:10:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2856DE0C0D for ; Sat, 9 Jul 2022 06:10:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EF8A340E42 for ; Sat, 9 Jul 2022 06:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E9F1529 for ; Sat, 9 Jul 2022 06:10:02 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1657346993.45f1275a0496cba2cc41572c050829e9a8b8c41a.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocFFT/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocFFT/rocFFT-5.0.2.ebuild X-VCS-Directories: sci-libs/rocFFT/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 45f1275a0496cba2cc41572c050829e9a8b8c41a X-VCS-Branch: master Date: Sat, 9 Jul 2022 06:10:02 +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: 6d0c52ea-bf14-482f-9655-1b484399c070 X-Archives-Hash: 75b370f446f8a5609dac9ebc8e1a2b0f commit: 45f1275a0496cba2cc41572c050829e9a8b8c41a Author: Yiyang Wu gmail com> AuthorDate: Fri Jul 8 15:19:18 2022 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Jul 9 06:09:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f1275a sci-libs/rocFFT: rocm-cmake-5.0.2-r1 which fix doc install Closes: https://github.com/gentoo/gentoo/pull/26286 Closes: https://bugs.gentoo.org/836274 Signed-off-by: Yiyang Wu gmail.com> Signed-off-by: Benda Xu gentoo.org> sci-libs/rocFFT/rocFFT-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/rocFFT/rocFFT-5.0.2.ebuild b/sci-libs/rocFFT/rocFFT-5.0.2.ebuild index 3a9ef0df3c4f..bd101fb2e922 100644 --- a/sci-libs/rocFFT/rocFFT-5.0.2.ebuild +++ b/sci-libs/rocFFT/rocFFT-5.0.2.ebuild @@ -35,7 +35,7 @@ BDEPEND=" test? ( dev-cpp/gtest dev-libs/boost >=sci-libs/fftw-3 sys-libs/libomp ) >=dev-util/cmake-3.22 - dev-util/rocm-cmake:${SLOT} + >=dev-util/rocm-cmake-${PV}-r1:${SLOT} " CHECKREQS_DISK_BUILD="7G"