commit: 003a9aa27f0648e16b1d249285532f0c2d34f2d7
Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Sun Jul 13 13:18:09 2025 +0000
Commit: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Sun Jul 13 13:18:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=003a9aa2
app-accessibility/whisper-cpp: nitpicking
Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>
app-accessibility/whisper-cpp/whisper-cpp-1.7.6.ebuild | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/app-accessibility/whisper-cpp/whisper-cpp-1.7.6.ebuild
b/app-accessibility/whisper-cpp/whisper-cpp-1.7.6.ebuild
index 2b3876511d..10391ce207 100644
--- a/app-accessibility/whisper-cpp/whisper-cpp-1.7.6.ebuild
+++ b/app-accessibility/whisper-cpp/whisper-cpp-1.7.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,11 +29,6 @@ RDEPEND="${DEPEND}"
# Enabling multiple may lead to build failures, whisper-cpp won't use more
than one either way
REQUIRED_USE="?? ( blas cuda hip opencl )"
-src_prepare() {
- eapply_user
- cmake_src_prepare
-}
-
src_configure() {
# Note: CUDA and HIP are currently untested. Build failures may occur.
# Turning off examples causes errors during configure
@@ -48,7 +43,3 @@ src_configure() {
)
cmake_src_configure
}
-
-src_install() {
- cmake_src_install
-}