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 AC2A3139694 for ; Sun, 9 Jul 2017 15:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E351D21414C; Sun, 9 Jul 2017 15:14:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C152F21414C for ; Sun, 9 Jul 2017 15:14:47 +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 AB21C34185F for ; Sun, 9 Jul 2017 15:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 078817477 for ; Sun, 9 Jul 2017 15:14:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1499612993.ed5268032c9102500d64d011c4c308489e5266d2.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ed5268032c9102500d64d011c4c308489e5266d2 X-VCS-Branch: master Date: Sun, 9 Jul 2017 15:14:45 +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-Archives-Salt: f3eb1e75-68a2-4697-bbf6-48ffd4301c94 X-Archives-Hash: 6cfcb1cf15738db0193ad63a6b5a38fa commit: ed5268032c9102500d64d011c4c308489e5266d2 Author: Matthias Dahl binary-island eu> AuthorDate: Wed Jul 5 08:43:23 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jul 9 15:09:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed526803 profiles: Mask sys-boot/gnu-efi,refind[custom-cflags] Both packages are very sensitive when it comes to compile flags which can easily result in black screens, hangs or crashes. Also, the average joe should never have any desire or advantage to set custom flags on those packages. Thus mask the use flag. profiles/base/package.use.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0fa2c9f2afa..df712beab87 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,16 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Mike Gilbert (09 Jul 2017) +# Matthias Dahl (05 Jul 2017) +# Both are not your typical garden-variety Linux programs and are +# rather sensitive when it comes to compiler flags, resulting in +# black screens, hangs or crashes. The average joe should have no +# need or even advantage to set custom compiler flags at all. +# Example: https://bugs.gentoo.org/619628 +sys-boot/gnu-efi custom-cflags +sys-boot/refind custom-cflags + # Michał Górny (8 Jul 2017) # The clutter backend is broken with new GTK+3 versions and upstream # haven't been able to fix it so far. Enforcing an old GTK+3 version