diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2022-09-29 17:13:59 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-30 00:52:08 +0100 |
commit | 780372ce54225ead48a17aef939a7cd87ac56b2b (patch) | |
tree | 3ac980e7a2a2b242d335de291ed328653af50d5a /profiles/arch/mips | |
parent | profiles: mask fails-to-compile =app-containers/docker-compose-2.11.2 (diff) | |
download | gentoo-780372ce54225ead48a17aef939a7cd87ac56b2b.tar.gz gentoo-780372ce54225ead48a17aef939a7cd87ac56b2b.tar.bz2 gentoo-780372ce54225ead48a17aef939a7cd87ac56b2b.zip |
profiles/arch: invert USE=tcmalloc to masked-by-default
For packages that start with KEYWORDS="-* ...", i.e., require
non-trivial architecture-specific implementations, we should be masking
by default and unmasking on explicitly-supported arches to avoid
trashing exp profiles.
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/27532
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/mips')
-rw-r--r-- | profiles/arch/mips/use.mask | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 7c2cc1ebf1f6..fce9368f2031 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -25,10 +25,6 @@ networkmanager # sci-geosciences/gpsd is not keyworded here. gps -# Brian Evans <grknight@gentoo.org> (2018-01-15) -# Mask tcmalloc as dev-util/google-perftools is unavailable -tcmalloc - # James Le Cuirot <chewi@gentoo.org> (2017-06-29) # Unmask as this profile is big endian. -big-endian |