diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 192550 -> 192554 bytes | |||
-rw-r--r-- | profiles/arch/arm/package.mask | 5 | ||||
-rw-r--r-- | profiles/base/package.use.force | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/14.0/arm64/clang/parent | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/features/clang-lld/make.defaults | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
6 files changed, 18 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 6bdd0b95929c..fd18f66db809 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index efb8d898013b..89dbc8a62426 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2024-02-17) +# Broken on arm, see bug #924649 (https://github.com/golang/go/issues/65601). +=dev-lang/go-1.22.0 +>=net-vpn/tailscale-1.60.0 + # Andreas Sturmlechner <asturm@gentoo.org> (2023-02-06) # Successful build of dev-qt/qtwebengine depends on 64-bit host # Bug #893234 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index e50d568231f8..7430401bf4b8 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <ionen@gentoo.org> (2024-02-17) +# Currently fails to build with gcc, and either way the current upstream +# makes it clear that non-clang is not a supported configuration. +# Please do not report bugs if disabled unless upstream's stance changed. +games-emulation/pcsx2 clang + # Matt Turner <mattst88@gentoo.org> (2024-02-01) # Reverse dependencies are not ready for media-libs/mesa to not provide OpenGL. media-libs/mesa opengl diff --git a/profiles/prefix/darwin/macos/14.0/arm64/clang/parent b/profiles/prefix/darwin/macos/14.0/arm64/clang/parent index 745bf6d92cb4..855aaf175968 100644 --- a/profiles/prefix/darwin/macos/14.0/arm64/clang/parent +++ b/profiles/prefix/darwin/macos/14.0/arm64/clang/parent @@ -1,2 +1,2 @@ -../../../features/clang-lld .. +../../../features/clang-lld diff --git a/profiles/prefix/darwin/macos/features/clang-lld/make.defaults b/profiles/prefix/darwin/macos/features/clang-lld/make.defaults index bed8060e82fa..a0026ebed507 100644 --- a/profiles/prefix/darwin/macos/features/clang-lld/make.defaults +++ b/profiles/prefix/darwin/macos/features/clang-lld/make.defaults @@ -3,5 +3,10 @@ LD=ld64.lld +# This is the sort of equivalent of -Wl,--as-needed +# It's already set in profiles/prefix/darwin, but profiles/features/llvm +# appends --as-needed to it, so here we set it back to the previous value +LDFLAGS="-Wl,-dead_strip_dylibs" + # Several packages fail to build without this lt_cv_apple_cc_single_mod=yes diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 2ccabc06030a..f331dee090bc 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -3129,6 +3129,7 @@ games-emulation/mupen64plus-core:new-dynarec - Enable new experimental dynamic r games-emulation/mupen64plus-core:opencv - Support video capture via media-libs/opencv games-emulation/mupen64plus-core:osd - Overlay emulator messages using on-screen-display games-emulation/mupen64plus-video-glide64mk2:hires - Support hi-resolution textures (requires dev-libs/boost) +games-emulation/pcsx2:clang - Use Clang compiler to build (the only compiler that is currently supported by upstream on Linux, do not report bugs if force-disabled) games-emulation/pcsx2:sndio - Enable support for the media-sound/sndio backend games-emulation/ppsspp:discord - Enable interfacing with a locally running Discord desktop client games-emulation/snes9x:libretro - Build libretro port |