mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-zig/zls: fix NonexistentDeps for 0.10.0-r2
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
This commit is contained in:
@@ -24,7 +24,7 @@ KEYWORDS="~amd64"
|
||||
EZIG_MIN="0.10"
|
||||
EZIG_MAX_EXCLUSIVE="0.11"
|
||||
|
||||
DEPEND="|| ( dev-lang/zig:${EZIG_MIN} dev-lang/zig-bin:${EZIG_MIN} )"
|
||||
DEPEND="dev-lang/zig-bin:0.10"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# see https://github.com/ziglang/zig/issues/3382
|
||||
|
||||
Reference in New Issue
Block a user