app-accessibility/whisper-cpp: nitpicking

Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
This commit is contained in:
Sergey Alirzaev
2025-07-13 15:18:09 +02:00
parent 9e50852347
commit 003a9aa27f

View File

@@ -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
}