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 5E7EA158041 for ; Fri, 8 Mar 2024 19:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AD76E29D7; Fri, 8 Mar 2024 19:22:55 +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 5123CE29D7 for ; Fri, 8 Mar 2024 19:22:55 +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 9B28D33BEB9 for ; Fri, 8 Mar 2024 19:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF1014F5 for ; Fri, 8 Mar 2024 19:22:51 +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: <1709925721.eda24b781d671f1cf5b575fdf49e023cc78d62f5.sam@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.7.1-r1.ebuild sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild X-VCS-Directories: sci-libs/rocBLAS/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eda24b781d671f1cf5b575fdf49e023cc78d62f5 X-VCS-Branch: master Date: Fri, 8 Mar 2024 19:22:51 +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: 9bccae89-1b61-474b-baa6-98a4d77e19cd X-Archives-Hash: d78940cca424042614fb4f59d9a44bef commit: eda24b781d671f1cf5b575fdf49e023cc78d62f5 Author: Sv. Lockal gmail com> AuthorDate: Wed Mar 6 20:33:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 8 19:22:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda24b78 sci-libs/rocBLAS: fix doxygen directory Signed-off-by: Sv. Lockal gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/rocBLAS/{rocBLAS-5.7.1-r1.ebuild => rocBLAS-5.7.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild similarity index 99% rename from sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild rename to sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild index 77a659cb9a09..ed39ae5207d8 100644 --- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DOCS_BUILDER="doxygen" -DOCS_DIR="docs" +DOCS_DIR="docs/.doxygen" DOCS_DEPEND="media-gfx/graphviz" ROCM_VERSION=${PV} inherit cmake docs edo multiprocessing rocm