mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-libs/wivrn: update git commit logic
Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net>
This commit is contained in:
@@ -84,7 +84,7 @@ if [[ ${PV} == 9999 ]]; then
|
||||
git-r3_src_unpack
|
||||
default_src_unpack
|
||||
|
||||
local MONADO_COMMIT=$(grep "GIT_TAG" "${P}/CMakeLists.txt" | awk '{print $2}' | tail -1)
|
||||
local MONADO_COMMIT=$(cat "${P}/monado-rev")
|
||||
git-r3_fetch "${MONADO_REPO_URI}" "${MONADO_COMMIT}"
|
||||
git-r3_checkout "${MONADO_REPO_URI}" "${WORKDIR}/monado-src"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user