diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 202206 -> 202216 bytes | |||
-rw-r--r-- | profiles/arch/mips/mipsel/o32/package.mask | 6 | ||||
-rw-r--r-- | profiles/arch/mips/o32/package.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.mask | 4 | ||||
-rw-r--r-- | profiles/features/musl/package.mask | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
6 files changed, 20 insertions, 2 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 147b10e28f32..704d1262d4b5 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/mips/mipsel/o32/package.mask b/profiles/arch/mips/mipsel/o32/package.mask index 5e1d41bff198..02c903e795a5 100644 --- a/profiles/arch/mips/mipsel/o32/package.mask +++ b/profiles/arch/mips/mipsel/o32/package.mask @@ -1,5 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next does not support 32-bit arches (#925548) +app-arch/lrzip-next + # fails to build, bug 920576 =sys-apps/systemd-255* diff --git a/profiles/arch/mips/o32/package.mask b/profiles/arch/mips/o32/package.mask index 5e1d41bff198..02c903e795a5 100644 --- a/profiles/arch/mips/o32/package.mask +++ b/profiles/arch/mips/o32/package.mask @@ -1,5 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next does not support 32-bit arches (#925548) +app-arch/lrzip-next + # fails to build, bug 920576 =sys-apps/systemd-255* diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask index 10f699892e51..6b51410f52b7 100644 --- a/profiles/arch/x86/package.mask +++ b/profiles/arch/x86/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next does not support 32-bit arches (#925548) +app-arch/lrzip-next + # matoro <matoro_gentoo@matoro.tk> (2024-01-06) # <dev-lang/go-1.{20.12,21.5} has multiple vulns (#919738): # CVE-2023-39326, CVE-2023-45283, CVE-2023-45285 diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index f010e7c5889c..fd8167d74d36 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joshua Kinard <kumba@gentoo.org> (2024-02-27) +# app-arch/lrzip-next cannot work w/ musl's pthreads at +# this time. (#925547) +app-arch/lrzip-next + # Marek Szuba <marecki@gentoo.org> (2024-02-18) # Binary-only packages linked against glibc net-analyzer/nessus-agent-bin diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 70e909f9fa42..2a471b54258d 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -686,6 +686,7 @@ app-emulation/wine-proton:osmesa - Enable off-screen rendering (OpenGL in bitmap app-emulation/wine-proton:perl - Install helpers that require perl (winedump/winemaker) app-emulation/wine-proton:sdl - Enable gamepad support using media-libs/libsdl2 app-emulation/wine-proton:vkd3d - Enable DirectX 12 support using app-emulation/vkd3d +app-emulation/wine-proton:wow64 - Enable running 32bit applications without 32bit ELF multilib by mapping to 64bit calls (experimental, may have worse OpenGL performance or other issues compared to USE=abi_x86_32) -- still requires (just) dev-util/mingw64-toolchain with abi_x86_32 app-emulation/wine-staging:capi - Enable ISDN support using net-libs/libcapi app-emulation/wine-staging:crossdev-mingw - Use sys-devel/crossdev for the toolchain rather than dev-util/mingw64-toolchain (requires manual setting up) app-emulation/wine-staging:dos - Pull in games-emulation/dosbox to run DOS applications |