Skip to content

Commit

Permalink
dev-zig/zls: fix NonexistentDeps for 0.10.0-r2
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Joldasov <[email protected]>
  • Loading branch information
BratishkaErik committed Aug 7, 2024
1 parent def6d46 commit 07e54ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-zig/zls/zls-0.10.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07e54ac

Please sign in to comment.