mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-text/typst: update live ebuild to match 0.15.0
doesn’t change anything for the live ebuild, the only change is for released versions Signed-off-by: odrling <florianbadie@odrling.xyz>
This commit is contained in:
@@ -66,7 +66,8 @@ src_prepare() {
|
||||
src_compile() {
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
local GIT_HASH=$(gunzip < "${DISTDIR}/${P}.tar.gz" | git get-tar-commit-id)
|
||||
export TYPST_VERSION="${PV} (${GIT_HASH::8})"
|
||||
export TYPST_COMMIT_SHA="${GIT_HASH}"
|
||||
export TYPST_VERSION="${PV}"
|
||||
fi
|
||||
export GEN_ARTIFACTS="artifacts/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user