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/arm | |
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/arm')
-rw-r--r-- | profiles/arch/arm/use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index fba199bc664c..654c40b6332c 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -arm +# matoro <matoro_gentoo@matoro.tk> (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernels are supported here. -dist-kernel |