commit:     a25b0996e7405040c4f30f4b29d658289aa21591
Author:     Kevin Martin <kevinmbecause <AT> gmail <DOT> com>
AuthorDate: Fri Mar  6 21:31:27 2026 +0000
Commit:     Kevin Martin <kevinmbecause <AT> gmail <DOT> com>
CommitDate: Fri Mar  6 21:31:27 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a25b0996

app-accessibility/whisper-cpp: Fixing HIP CMake argument

Signed-off-by: Kevin Martin <kevinmbecause <AT> gmail.com>

 .../{whisper-cpp-1.8.3.ebuild => whisper-cpp-1.8.3-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/whisper-cpp/whisper-cpp-1.8.3.ebuild 
b/app-accessibility/whisper-cpp/whisper-cpp-1.8.3-r1.ebuild
similarity index 97%
rename from app-accessibility/whisper-cpp/whisper-cpp-1.8.3.ebuild
rename to app-accessibility/whisper-cpp/whisper-cpp-1.8.3-r1.ebuild
index 95efd479f2..03653e2e08 100644
--- a/app-accessibility/whisper-cpp/whisper-cpp-1.8.3.ebuild
+++ b/app-accessibility/whisper-cpp/whisper-cpp-1.8.3-r1.ebuild
@@ -41,7 +41,7 @@ src_configure() {
                -DGGML_BLAS=$(usex blas)
                -DGGML_CLBLAST=$(usex opencl)
                -DGGML_CUBLAS=$(usex cuda)
-               -DGGML_HIPBLAS=$(usex hip)
+               -DGGML_HIP=$(usex hip)
                -DGGML_VULKAN=$(usex vulkan)
                -DWHISPER_SDL2=$(usex sdl2)
        )

Reply via email to