diff options
author | Matthias Dahl <matthias.dahl@binary-island.eu> | 2017-07-05 10:43:23 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-07-09 11:09:53 -0400 |
commit | ed5268032c9102500d64d011c4c308489e5266d2 (patch) | |
tree | 09560bcb1f56ed4fef553d19ee9a30cf9432ad1d /profiles | |
parent | sys-boot/gnu-efi: Add custom-cflags flag and prevent avx instructions (diff) | |
download | gentoo-ed5268032c9102500d64d011c4c308489e5266d2.tar.gz gentoo-ed5268032c9102500d64d011c4c308489e5266d2.tar.bz2 gentoo-ed5268032c9102500d64d011c4c308489e5266d2.zip |
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.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0fa2c9f2afa1..df712beab879 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 <floppym@gentoo.org> (09 Jul 2017) +# Matthias Dahl <matthias.dahl@binary-island.eu> (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 <mgorny@gentoo.org> (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 |