From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51CAD1382C5 for ; Thu, 13 May 2021 15:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D7B8E0857; Thu, 13 May 2021 15:07:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7749AE0857 for ; Thu, 13 May 2021 15:07:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7C96340C33 for ; Thu, 13 May 2021 15:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56BDF778 for ; Thu, 13 May 2021 15:07:17 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1620918405.4fc917a79d7fdba0557718131c45aee23f3979e0.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/package.use.force X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4fc917a79d7fdba0557718131c45aee23f3979e0 X-VCS-Branch: master Date: Thu, 13 May 2021 15:07:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5c1b62b-7097-486f-ac1c-a4f845b91ec5 X-Archives-Hash: 128bfd68852f6efaae4aa3c30c619a5b commit: 4fc917a79d7fdba0557718131c45aee23f3979e0 Author: Yixun Lan gentoo org> AuthorDate: Tue May 11 15:33:16 2021 +0000 Commit: Yixun Lan gentoo 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 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