From d70b0f920e70eb6f0a26d9ed3767e27a73c74678 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 30 Sep 2022 03:23:47 +0100 Subject: gentoo auto-resync : 30:09:2022 - 03:23:47 --- profiles/Manifest.gz | Bin 147148 -> 147144 bytes profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/arm/use.mask | 4 ++++ profiles/arch/arm64/use.mask | 4 ++++ profiles/arch/base/use.mask | 5 +++++ profiles/arch/hppa/use.mask | 4 ---- profiles/arch/ia64/use.mask | 4 ---- profiles/arch/mips/use.mask | 4 ---- profiles/arch/powerpc/ppc64/package.use.mask | 5 +++++ profiles/arch/powerpc/use.mask | 4 ++++ profiles/arch/riscv/use.mask | 6 +++++- profiles/arch/s390/use.mask | 4 ---- profiles/arch/sparc/use.mask | 1 - profiles/arch/x86/use.mask | 4 ++++ profiles/package.mask | 4 ++++ 15 files changed, 39 insertions(+), 18 deletions(-) (limited to 'profiles') diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 67d57f950d40..393882154999 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ 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 (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Matt Turner (2022-04-16) # dev-util/sysprof-capture is keyworded on amd64 -sysprof 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 (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Michał Górny (2021-01-07) # Prebuilt kernels are supported here. -dist-kernel diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 1aa7b0ba54ab..57064e39a970 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -arm64 +# matoro (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Mike Gilbert (2022-08-31) # Requires the following packages to be keyworded/stable: # sys-libs/libapparmor 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 (2022-09-29) +# Pulls in dev-util/google-perftools, which is arch-specific +# Unmask on supported arches. +tcmalloc + # Michał Górny (2021-01-07) # Prebuilt kernels are not supported on all architectures. dist-kernel diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index f6eb535bcb2f..83ae1d1951f6 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -98,10 +98,6 @@ luajittex # Mask USE=systemtap generally until proper kernel support is in place systemtap -# Jeroen Roovers (2014-05-20) -# USE=tcmalloc needs dev-util/google-perftools -tcmalloc - # Chí-Thanh Christopher Nguyễn (2013-11-10) # sys-devel/llvm is not keyworded, bug #320221 llvm diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 35691c5b0a01..187c06dae958 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -ia64 -# Sam James (2022-07-30) -# dev-util/google-perftools not keyworded here -tcmalloc - # Sam James (2022-07-21) # Untested. ieee1394 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 (2018-01-15) -# Mask tcmalloc as dev-util/google-perftools is unavailable -tcmalloc - # James Le Cuirot (2017-06-29) # Unmask as this profile is big endian. -big-endian diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 4d8af12fcb89..1400293fb5b5 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2022-09-29) +# USE=fix requires ring crate, which is not portable +# https://github.com/rustsec/rustsec/issues/707 +dev-util/cargo-audit fix + # Andrey Grozin (2022-09-02) # dev-libs/capstone not keyworded dev-lisp/sbcl capstone diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index f320d25db6f6..9bff3d4bab54 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -4,6 +4,10 @@ # PPC Specific use flags # +# matoro (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Georgy Yakovlev (2021-06-06) # XEN does not support ppc/ppc64 yet xen diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 6fef498580ad..1c5098544e47 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -7,6 +7,10 @@ # Unmask systemd -systemd +# matoro (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Yixun Lan (2021-05-19) # Unmask for more testing -elogind diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index e41e11486626..6da3d763943c 100644 --- a/profiles/arch/s390/use.mask +++ b/profiles/arch/s390/use.mask @@ -12,10 +12,6 @@ # dev-libs/mongo-c-driver not keyworded here mongodb -# Sam James (2022-04-24) -# Avoid unkeyworded dev-util/google-perftools -tcmalloc - # Sam James (2022-04-24) # Desktopy stacks not currently keyworded alsa diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 6362e7c746e2..ff371471267e 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -153,7 +153,6 @@ gts metalink tremor fdk -tcmalloc jemalloc zmq diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index f5ed2fdbec2f..9a57752b6a24 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# matoro (2022-09-29) +# dev-util/google-perftools is supported here +-tcmalloc + # Matt Turner (2022-04-16) # dev-util/sysprof-capture is keyworded on x86 -sysprof diff --git a/profiles/package.mask b/profiles/package.mask index fd906c68a295..f4f03b0d4d34 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Sam James (2022-09-29) +# Mask broken version (fails to build). bug #873493. +=app-containers/docker-compose-2.11.2 + # Michał Górny (2022-09-29) # Unfetchable mirror-restricted distfile. No action from maintainer # in over a year. -- cgit v1.2.3