mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-libs/amdvlk: fixed missprints in bash array
removed missprints like local mycmakeargs=( \ ^ Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -83,10 +83,10 @@ EOF
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=( \
|
||||
-DBUILD_WAYLAND_SUPPORT=$(usex wayland ) \
|
||||
-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")" \
|
||||
-B${BUILD_DIR} )
|
||||
local mycmakeargs=(
|
||||
-DBUILD_WAYLAND_SUPPORT=$(usex wayland )
|
||||
-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")"
|
||||
-B"${BUILD_DIR}" )
|
||||
cd "${S}"/xgl
|
||||
cmake -H. "${mycmakeargs[@]}"
|
||||
}
|
||||
|
||||
@@ -83,10 +83,10 @@ EOF
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=( \
|
||||
-DBUILD_WAYLAND_SUPPORT=$(usex wayland ) \
|
||||
-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")" \
|
||||
-B${BUILD_DIR} )
|
||||
local mycmakeargs=(
|
||||
-DBUILD_WAYLAND_SUPPORT=$(usex wayland )
|
||||
-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")"
|
||||
-B"${BUILD_DIR}" )
|
||||
cd "${S}"/xgl
|
||||
cmake -H. "${mycmakeargs[@]}"
|
||||
}
|
||||
|
||||
@@ -83,10 +83,10 @@ EOF
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=( \
|
||||
-DBUILD_WAYLAND_SUPPORT=$(usex wayland ) \
|
||||
-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")" \
|
||||
-B${BUILD_DIR} )
|
||||
local mycmakeargs=(
|
||||
-DBUILD_WAYLAND_SUPPORT=$(usex wayland )
|
||||
-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")"
|
||||
-B"${BUILD_DIR}" )
|
||||
cd "${S}"/xgl
|
||||
cmake -H. "${mycmakeargs[@]}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user