Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Thu, 26 Sep 2019 23:34:26
Message-Id: 1569540844.d37f0991710c6631b46b2dbbe588362d144c6c5e.gyakovlev@gentoo
1 commit: d37f0991710c6631b46b2dbbe588362d144c6c5e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 23:32:52 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 23:34:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37f0991
7
8 dev-lang/rust: sync llvm targets with llvm-9
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.38.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.38.0.ebuild b/dev-lang/rust/rust-1.38.0.ebuild
17 index 152d59601f5..f1c41596a82 100644
18 --- a/dev-lang/rust/rust-1.38.0.ebuild
19 +++ b/dev-lang/rust/rust-1.38.0.ebuild
20 @@ -30,7 +30,7 @@ SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz
21 $(rust_all_arch_uris rust-${RUST_STAGE0_VERSION})"
22
23 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
24 - NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
25 + NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore )
26 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
27 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}