Skip to content

Commit

Permalink
sys-kernel/asahi-kernel: Add maximal rust version dep
Browse files Browse the repository at this point in the history
asahi-6.6-16 (patched) needs rust 1.74 or 1.75.

Signed-off-by: Janne Grunau <j@jannau.net>
  • Loading branch information
jannau authored and chadmed committed Mar 31, 2024
1 parent 4a678c0 commit 94d5dcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sys-kernel/asahi-kernel/asahi-kernel-6.6.0_p16-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ IUSE="debug"
# Rust is non-negotiable for the dist kernel
DEPEND="
${DEPEND}
|| ( >=dev-lang/rust-1.72.0[rust-src,rustfmt]
>=dev-lang/rust-bin-1.72.0[rust-src,rustfmt]
|| ( dev-lang/rust:stable/1.74[rust-src,rustfmt]
dev-lang/rust:stable/1.75[rust-src,rustfmt]
~dev-lang/rust-bin-1.74[rust-src,rustfmt]
~dev-lang/rust-bin-1.75[rust-src,rustfmt]
)
dev-util/bindgen
debug? ( dev-util/pahole )
Expand Down

0 comments on commit 94d5dcc

Please sign in to comment.