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 6EB3E13835A for ; Tue, 13 Oct 2020 04:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54CECE0822; Tue, 13 Oct 2020 04:02:57 +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 33C0DE0822 for ; Tue, 13 Oct 2020 04:02:57 +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 E136833FEDE for ; Tue, 13 Oct 2020 04:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 606D13A1 for ; Tue, 13 Oct 2020 04:02:54 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1602561672.d083b150c3f3b5723244f6178ba9297992b717c1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.47.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d083b150c3f3b5723244f6178ba9297992b717c1 X-VCS-Branch: master Date: Tue, 13 Oct 2020 04:02:54 +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: 64886f67-ee9e-4239-8cd6-a4eb4126cd47 X-Archives-Hash: b9d0fe6e9df4a28c15e8a812c03b3c7e commit: d083b150c3f3b5723244f6178ba9297992b717c1 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Oct 13 03:05:03 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Oct 13 04:01:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d083b150 dev-lang/rust: require llvm:11 for rust-1.47.0 while it should be compatible with llvm8-11, there are many complications we can't solve. for example rust built with llvm11 can't compile firefox which uses llvm10 and lto/pgo. Since 1.47.0 bundles llvm11, we enforce this version for consistency. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.47.0-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/rust/rust-1.47.0-r1.ebuild b/dev-lang/rust/rust-1.47.0-r1.ebuild index d85939ce0ab..efefa29d01e 100644 --- a/dev-lang/rust/rust-1.47.0-r1.ebuild +++ b/dev-lang/rust/rust-1.47.0-r1.ebuild @@ -52,7 +52,6 @@ IUSE="clippy cpu_flags_x86_sse2 debug doc libressl miri nightly parallel-compile LLVM_DEPEND=" || ( sys-devel/llvm:11[${LLVM_TARGET_USEDEPS// /,}] - sys-devel/llvm:10[${LLVM_TARGET_USEDEPS// /,}] )