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 E0EAB138334 for ; Sat, 11 May 2019 06:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E69E3E085A; Sat, 11 May 2019 06:47:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C8E44E085A for ; Sat, 11 May 2019 06:47:11 +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 49F7F344012 for ; Sat, 11 May 2019 06:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A2045D0 for ; Sat, 11 May 2019 06:47:08 +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: <1557557122.1ac30cea83d3357d669fe40b53ae5fcda1db5106.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1ac30cea83d3357d669fe40b53ae5fcda1db5106 X-VCS-Branch: master Date: Sat, 11 May 2019 06:47:08 +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: cfb9c592-c444-4ce5-a233-e6fea761f912 X-Archives-Hash: f052fd694caa76997f497f53ec0706f3 commit: 1ac30cea83d3357d669fe40b53ae5fcda1db5106 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat May 11 06:43:47 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat May 11 06:45:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac30cea profiles/base/package.use.stable.mask: mask system-llvm for rust Bug: https://bugs.gentoo.org/678908 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/base/package.use.stable.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 579a77ddcdf..ceaca7eb8ee 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Georgy Yakovlev (10 May 2019) +# needs llvm slots which are not stable #678908 +# also prone to weird compilation failures +# masking this for now, will readjust as situation changes +>=dev-lang/rust-1.34 system-llvm + # Virgil Dupras (10 May 2019) # Needs openssl 1.1 which isn't going stable for a while and blocks # bug #684972. See bug #685584