commit: 07d289b543d6a8e791d9906d73b403dca9473d71
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 01:58:37 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 21:36:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d289b5
dev-lang/rust: "fix" too long comment
I'm sick of seeing the pkgcheck output even though this is objectively worse.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
dev-lang/rust/rust-1.74.1-r101.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lang/rust/rust-1.74.1-r101.ebuild
b/dev-lang/rust/rust-1.74.1-r101.ebuild
index e06c6dfb814c..2a64f585f5a2 100644
--- a/dev-lang/rust/rust-1.74.1-r101.ebuild
+++ b/dev-lang/rust/rust-1.74.1-r101.ebuild
@@ -564,7 +564,8 @@ llvm_bootstrap() {
"-G Ninja"
"-DLLVM_TARGET_ARCH=${CFG_COMPILER_HOST_TRIPLE%%-*}"
"-DLLVM_DEFAULT_TARGET_TRIPLE=${CFG_COMPILER_HOST_TRIPLE}"
-
"-DLLVM_TARGETS_TO_BUILD=${BOOTSTRAP_LLVM_TARGETS:=X86;ARM;AArch64}"
#;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX
+ #;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX
+
"-DLLVM_TARGETS_TO_BUILD=${BOOTSTRAP_LLVM_TARGETS:=X86;ARM;AArch64}"
"-DLLVM_ENABLE_ASSERTIONS=OFF"
"-DLLVM_INCLUDE_EXAMPLES=OFF"
"-DLLVM_INCLUDE_TESTS=OFF"