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 44E221382C5 for ; Fri, 4 Dec 2020 01:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73146E088B; Fri, 4 Dec 2020 01:02:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5E505E0891 for ; Fri, 4 Dec 2020 01:02:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 20EC434119C for ; Fri, 4 Dec 2020 01:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB48479 for ; Fri, 4 Dec 2020 01:02:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1607043747.1c80234b2d1137f1628aef89f2e4613e19c657e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c80234b2d1137f1628aef89f2e4613e19c657e5 X-VCS-Branch: master Date: Fri, 4 Dec 2020 01:02:30 +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: bf8cbc42-5ea3-48ff-8004-3b3a4c51e698 X-Archives-Hash: 7e1652d3f5553c01fb8c0ce619f0c522 commit: 1c80234b2d1137f1628aef89f2e4613e19c657e5 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 3 23:43:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 4 01:02:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c80234b profiles/base: Mask experimental LLVM targets The experimental targets are not ready for production use, and sometimes do not even compile. Originally I was removing them in release ebuilds entirely but this was unnecessarily cumbersome. Let's mask them instead. This should prevent users from accidentally hitting them, while making it reasonably easy to reenable them if necessary. Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1a6df6d45e4..c8695fed938 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,15 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (2020-12-04) +# Mask the experimental targets in release ebuilds. + (2020-12-03) # Doc building seem to be very random without any predictability, # bug #734104