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/base | |
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/base')
-rw-r--r-- | profiles/arch/base/use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 649d66b60a69..adf9a3cb38f4 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-09-29) +# Pulls in dev-util/google-perftools, which is arch-specific +# Unmask on supported arches. +tcmalloc + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernels are not supported on all architectures. dist-kernel |