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 40523158030 for ; Fri, 24 Feb 2023 16:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49535E07D3; Fri, 24 Feb 2023 16:50:33 +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 33EECE0831 for ; Fri, 24 Feb 2023 16:50:33 +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 7B73D33BE1F for ; Fri, 24 Feb 2023 16:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CB28AE for ; Fri, 24 Feb 2023 16:50:30 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1677257388.d8d972ba35aaae7eec609c9138d4fefc735f8ed4.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild X-VCS-Directories: sci-libs/rocBLAS/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d8d972ba35aaae7eec609c9138d4fefc735f8ed4 X-VCS-Branch: master Date: Fri, 24 Feb 2023 16:50:30 +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: e2b619fe-955e-4d20-b2c7-6579ac2c266d X-Archives-Hash: 23b42b086090bdf2bfa1c8e45e88ec35 commit: d8d972ba35aaae7eec609c9138d4fefc735f8ed4 Author: Yiyang Wu gmail com> AuthorDate: Sat Feb 11 14:10:53 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Feb 24 16:49:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d972ba sci-libs/rocBLAS: replace msgpack dep with msgpack-cxx Bug: https://bugs.gentoo.org/893544 Signed-off-by: Yiyang Wu gmail.com> Signed-off-by: Marek Szuba gentoo.org> sci-libs/rocBLAS/{rocBLAS-5.1.3-r1.ebuild => rocBLAS-5.1.3-r2.ebuild} | 2 +- sci-libs/rocBLAS/{rocBLAS-5.4.2-r1.ebuild => rocBLAS-5.4.2-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild similarity index 99% rename from sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild rename to sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild index 0723e8244bf6..051609e9d1a3 100644 --- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild @@ -28,8 +28,8 @@ BDEPEND=" " DEPEND=" + dev-cpp/msgpack-cxx dev-util/hip -