commit: 4fc917a79d7fdba0557718131c45aee23f3979e0 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Tue May 11 15:33:16 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu May 13 15:06:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc917a7
profiles/riscv: request llvm target for rust Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use.force | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index 28b2d254c04..cb405f4ea1f 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -4,3 +4,4 @@ # we, kinda, need this on riscv ... sys-devel/llvm llvm_targets_RISCV sys-devel/clang llvm_targets_RISCV +dev-lang/rust llvm_targets_RISCV
