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 EF8EA13835A for ; Thu, 11 Feb 2021 23:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5172E0AFD; Thu, 11 Feb 2021 23:49:27 +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 ABC86E0AF4 for ; Thu, 11 Feb 2021 23:49:27 +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 C2E1A34103A for ; Thu, 11 Feb 2021 23:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8E234C0 for ; Thu, 11 Feb 2021 23:49:22 +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: <1613086856.3fa99dfedc5fb7a9b66a45bfefb47e0bb8914b64.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3fa99dfedc5fb7a9b66a45bfefb47e0bb8914b64 X-VCS-Branch: master Date: Thu, 11 Feb 2021 23:49:22 +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: 0c0de2a2-d399-4bf7-aa32-c2ab477b2dc7 X-Archives-Hash: 9eb9cee7ddbc5384fd1cfda78adf8eee commit: 3fa99dfedc5fb7a9b66a45bfefb47e0bb8914b64 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Feb 11 22:33:31 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Feb 11 23:40:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa99dfe profiles/package.mask: mask rust-1.50.0 Until moz ebuilds extend workaround for llvm version Bug: https://bugs.gentoo.org/768543 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6194f5b65c8..fb34a42b8a5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Georgy Yakovlev (2021-02-11) +# Needs some workarounds in mozilla ebuilds +# https://bugs.gentoo.org/768543 +=dev-lang/rust-1.50.0 +=dev-lang/rust-bin-1.50.0 +=virtual/rust-1.50.0 + # Joerg Bornkessel (2021-02-11) # Does not build against vdr-2.4. Last release in ~2006. # Upstream repository is gone.