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/amd64/use.mask | |
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/amd64/use.mask')
-rw-r--r-- | profiles/arch/amd64/use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 173918986b72..959adab62d26 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -amd64 +# matoro <matoro_gentoo@matoro.tk> (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Matt Turner <mattst88@gentoo.org> (2022-04-16) # dev-util/sysprof-capture is keyworded on amd64 -sysprof |