*/*: WhitespaceFound fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-07-19 17:01:38 +04:00
parent af456be219
commit 8c927e8c3e
15 changed files with 70 additions and 69 deletions

View File

@@ -21,10 +21,10 @@ RDEPEND="app-text/tesseract
DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
'-DCMAKE_BUILD_TYPE=Release'
)
cmake_src_configure
local mycmakeargs=(
'-DCMAKE_BUILD_TYPE=Release'
)
cmake_src_configure
}
src_install() {