mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-zig/zls: fix build on 9999
Build user options were renamed by upstream Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
This commit is contained in:
parent
64831a7049
commit
d59f86c00e
@ -36,8 +36,8 @@ SLOT="0"
|
|||||||
# Sync with "minimum_runtime_zig_version" from upstream's "build.zig".
|
# Sync with "minimum_runtime_zig_version" from upstream's "build.zig".
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|| (
|
|| (
|
||||||
>=dev-lang/zig-0.12.0
|
>=dev-lang/zig-9999
|
||||||
>=dev-lang/zig-bin-0.12.0
|
>=dev-lang/zig-bin-9999
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ DOCS=( "README.md" )
|
|||||||
src_unpack() {
|
src_unpack() {
|
||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
git-r3_src_unpack
|
git-r3_src_unpack
|
||||||
zig_live_fetch -Denable_tracy=false
|
zig_live_fetch -Denable-tracy=false
|
||||||
else
|
else
|
||||||
zig_src_unpack
|
zig_src_unpack
|
||||||
fi
|
fi
|
||||||
@ -55,7 +55,7 @@ src_unpack() {
|
|||||||
src_configure() {
|
src_configure() {
|
||||||
local my_zbs_args=(
|
local my_zbs_args=(
|
||||||
-Dpie=true
|
-Dpie=true
|
||||||
-Denable_tracy=false
|
-Denable-tracy=false
|
||||||
)
|
)
|
||||||
|
|
||||||
zig_src_configure
|
zig_src_configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user