commit: 50ecb38bb7d1991bc8fc6f48d5267287fef67798 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sun Aug 10 12:25:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 15:12:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ecb38b
sci-libs/hipBLAS: move sci-libs/hipBLAS-common (common headers) to DEPENDS Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43406 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/hipBLAS/hipBLAS-6.4.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/hipBLAS/hipBLAS-6.4.3.ebuild b/sci-libs/hipBLAS/hipBLAS-6.4.3.ebuild index 608abc3be919..445a47ed3a08 100644 --- a/sci-libs/hipBLAS/hipBLAS-6.4.3.ebuild +++ b/sci-libs/hipBLAS/hipBLAS-6.4.3.ebuild @@ -19,11 +19,12 @@ KEYWORDS="~amd64" RDEPEND=" dev-util/hip:${SLOT} - sci-libs/hipBLAS-common:${SLOT} sci-libs/rocBLAS:${SLOT} sci-libs/rocSOLVER:${SLOT} " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + sci-libs/hipBLAS-common:${SLOT} +" PATCHES=( "${FILESDIR}"/${PN}-6.3.0-no-git.patch
