commit: b3ee9fe14f93258b276242f4890d9d4709fde83a Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Tue Mar 10 09:09:54 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Tue Mar 10 09:09:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ee9fe1
dev-lang/rust: fix LLVM_COMPAT for 1.95.0 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> dev-lang/rust-bin/rust-bin-1.95.0_beta20260310.ebuild | 2 +- dev-lang/rust/rust-1.95.0_beta20260310.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust-bin/rust-bin-1.95.0_beta20260310.ebuild b/dev-lang/rust-bin/rust-bin-1.95.0_beta20260310.ebuild index 48b903b4b00a..5c8e70a3150c 100644 --- a/dev-lang/rust-bin/rust-bin-1.95.0_beta20260310.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.95.0_beta20260310.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( 21 ) +LLVM_COMPAT=( 22 ) LLVM_OPTIONAL="yes" inherit edo llvm-r1 multilib prefix rust-toolchain verify-sig multilib-minimal optfeature diff --git a/dev-lang/rust/rust-1.95.0_beta20260310.ebuild b/dev-lang/rust/rust-1.95.0_beta20260310.ebuild index d0e4413c459b..291fbe658463 100644 --- a/dev-lang/rust/rust-1.95.0_beta20260310.ebuild +++ b/dev-lang/rust/rust-1.95.0_beta20260310.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Bump notes: https://wiki.gentoo.org/wiki/Project:Rust/Rust_bump -LLVM_COMPAT=( 21 ) +LLVM_COMPAT=( 22 ) PYTHON_COMPAT=( python3_{11..14} ) # Patches are kept in rust-patches.git, see its README.rst for the versioning
