diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 204798 -> 204958 bytes | |||
-rw-r--r-- | profiles/arch/mips/mips64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/mips/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 3706ca62ed30..c92980c2c1e8 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/mips/mips64/package.use.mask b/profiles/arch/mips/mips64/package.use.mask new file mode 100644 index 000000000000..c06ddc3a2aa5 --- /dev/null +++ b/profiles/arch/mips/mips64/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro <matoro_gentoo@matoro.tk> (2024-05-01) +# Sanitizers supported on 64-bit mips only, #779742 +sys-libs/compiler-rt-sanitizers -dfsan -lsan -msan -tsan -cfi diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 5648e613b438..d12ad2b0168e 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2024-05-01) +# Sanitizers supported on both 32-bit and 64-bit mips, #779742 +sys-libs/compiler-rt-sanitizers -asan -profile -ubsan -safestack -scudo -xray + # matoro <matoro_gentoo@matoro.tk> (2024-03-21) # Test suite is very fragile and doesn't even run on amd64. # No real point in running it here right now, bug #804115. diff --git a/profiles/package.mask b/profiles/package.mask index d3c5496d34ec..b26ab453258c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-05-01) +# Outdated package, now part of dev-perl/Type-Tiny. Removal in 30 days. +dev-perl/Type-Tie + # Michał Górny <mgorny@gentoo.org> (2024-05-01) # Effectively unmaintained. EAPI 6. Keyworded for PowerPC only. # Might not work anymore (when I run it, it hangs input to X11 entirely). diff --git a/profiles/use.local.desc b/profiles/use.local.desc index fa6cff4268e9..75b962fa951e 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -7746,6 +7746,7 @@ sec-policy/selinux-base:unknown-perms - Default allow unknown classes in kernels sec-policy/selinux-base-policy:unconfined - Enable support for the unconfined SELinux policy module sys-apps/accountsservice:elogind - Use sys-auth/elogind for session tracking sys-apps/accountsservice:systemd - Use sys-apps/systemd for session tracking +sys-apps/azure-nvme-utils:lun-fallback - Enable fallback LUN calculation via NSID sys-apps/bfs:io-uring - Use sys-libs/liburing for faster async I/O sys-apps/busybox:make-symlinks - Create all the appropriate symlinks in /bin and /sbin. sys-apps/busybox:math - Enable math support in gawk (requires libm) |