diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use index efa1e3485e..11681b0484 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/no-multilib/package.use @@ -1,8 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Ionen Wolkens (2023-08-10) # Multilib profiles (currently) prefer USE=abi_x86_32 over experimental # USE=wow64, but experimental is better than no support for no-multilib. +app-emulation/wine-proton wow64 app-emulation/wine-staging wow64 app-emulation/wine-vanilla wow64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask index 20d9981035..36a45fb0e3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens (2024-03-08) +# media-libs/libdovi is keyworded here +media-libs/libplacebo -libdovi + # Sam James (2024-02-24) # Only works on amd64 (and x32). dev-debug/gdb -cet @@ -71,16 +75,6 @@ media-video/obs-studio -qsv -websocket # app-crypt/rpm-sequoia is keyworded here. app-arch/rpm -sequoia -# Andrew Ammerlaan (2023-11-20) -# Qt6 is still experimental in freecad, currently the configure phase -# gets itself stuck by importing both qt5 and qt6 cmake files. -# Since there is no python3.12 support for shiboken2/pyside2, we have -# to mask that flag as well. -# -# We have to mask this here as well as in base/package.use.mask -# because qt6 is globally unmasked on amd64 -media-gfx/freecad qt6 python_single_target_python3_12 - # Florian Schmaus (2023-11-10) # Only available for amd64. sys-apps/irqbalance -thermal @@ -91,6 +85,7 @@ media-libs/libplacebo -shaderc # Michał Górny (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. +dev-debug/lldb -debuginfod sys-devel/llvm -debuginfod # Ionen Wolkens (2023-09-13) @@ -113,11 +108,6 @@ net-misc/curl -nghttp3 # dev-cpp/cppdap is not keyworded in most places dev-build/cmake -dap -# Marek Szuba (2023-06-29) -# Now that we globally unmask USE=qt6 for amd64, the mask set -# in profiles/base/package.use.mask no longer has any effect on this arch. -dev-python/pyotherside qt6 - # Michał Górny (2023-06-24) # dev-db/mongodb miraculously got keyworded here. dev-python/pymongo -test-full @@ -162,7 +152,7 @@ sys-libs/libomp -llvm_targets_AMDGPU net-misc/curl -rustls -curl_ssl_rustls # Andrew Ammerlaan (2022-12-06) -# Quick Sync Video (through intel-mediasdk or oneVPL) is +# Quick Sync Video (through intel-mediasdk or libvpl) is # only keyworded on amd64 media-video/ffmpeg -qsv media-libs/gst-plugins-bad -qsv diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask index b0ebeb503d..325b6833d7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens (2024-03-08) +# media-libs/libdovi is not stable here yet +media-libs/libplacebo libdovi + # Ionen Wolkens (2024-01-27) # dev-python/pyside6 is not stable here yet dev-python/QtPy pyside6 @@ -65,7 +69,7 @@ sys-libs/libomp llvm_targets_AMDGPU net-misc/curl rustls curl_ssl_rustls # Sam James (2022-12-07) -# Needs unstable media-libs/oneVPL +# Needs unstable media-libs/libvpl media-libs/gst-plugins-bad qsv media-video/ffmpeg qsv diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask index 5f97cbc0e6..c7159b8792 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask index a66cb901e2..4c874cd689 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-03-08) +# mongodb dependencies are not keyworded +mail-mta/postfix mongodb + # Matt Jolly (2024-03-02) # Fails tests, potential false negatives #911402 app-antivirus/clamav system-mspack diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask index 2e2b478ee9..77c107fbe7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask index dc93722c79..c9c46955d1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask @@ -12,7 +12,7 @@ www-servers/nginx test # Anna (navi) Figueiredo Gomes (2024-02-14) # Fails to compile, bug #924301 -~dev-lang/rust-1.75.0 lto +>=dev-lang/rust-1.75.0 lto # Ionen Wolkens (2024-02-07) # nvidia-powerd is only available for arm64 in 550+ diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask index 4e253e67a8..c88283580e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask index 07f57aa06a..1673393672 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens (2024-03-08) +# media-libs/libdovi has very few keywords and there is little interest +# in adding extras unless requested (also needs rust+cargo-c) +media-libs/libplacebo libdovi + # Leonardo Hernández Hernández (2024-02-23) # net-libs/paho-mqtt-c is only available for amd64 and x86 app-admin/syslog-ng mqtt @@ -40,7 +45,7 @@ dev-python/PyQt6 pdfium >=gui-libs/wlroots-0.17.0 drm liftoff # Jimi Huotari (2023-11-22) -# media-libs/oneVPL is only keyworded for amd64 at this time. +# media-libs/libvpl is only keyworded for amd64 at this time. media-video/obs-studio qsv # Jimi Huotari (2023-11-22) @@ -57,6 +62,7 @@ media-libs/libplacebo shaderc # Michał Górny (2023-09-19) # dev-cpp/cpp-httplib is barely keyworded anywhere. +dev-debug/lldb debuginfod sys-devel/llvm debuginfod # Ionen Wolkens (2023-09-13) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask index 08c19e85da..881702046c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-03-08) +# mongodb dependencies are not keyworded +mail-mta/postfix mongodb + # matoro (2024-02-29) # Observed crashes in git-remote-https due to this net-misc/curl adns diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.mask index fc01ceaef0..398aed52ab 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.mask @@ -1,6 +1,11 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens (@024-03-07) +# This version fails to build here due to the used crates, and +# will wait for next bump rather than try to fix it (bug #926407) +~dev-util/maturin-1.5.0 + # WANG Xuerui (2023-09-10) # Has correctness issues on loong (failing test_encode_long_neg_conversion), # pending debug. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask index 21d286ccbe..c4cc43e2ff 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask @@ -56,6 +56,7 @@ dev-util/librnp man # Michał Górny (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. +dev-debug/lldb -debuginfod sys-devel/llvm -debuginfod # WANG Xuerui (2023-09-10) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask index 0749fd607d..e4179d80d2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask @@ -1,9 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-03-08) +# mongodb dependencies are not keyworded +mail-mta/postfix mongodb + # Anna (navi) Figueiredo Gomes (2024-02-14) # Fails to compile, bug #924396 -~dev-lang/rust-1.75.0 lto +>=dev-lang/rust-1.75.0 lto # Eray Aslan (2024-02-13) # tests require dev-db/mongodb which is not keyworded @@ -261,7 +265,6 @@ app-portage/g-sorcery bson # Michał Górny (2017-03-24) # libcxx fails to compile on ppc*, #595744. -sys-devel/clang default-libcxx sys-devel/clang-common default-libcxx sys-devel/clang-runtime libcxx diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask index 2cedd7b5ce..848b8db5a5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,6 +1,10 @@ -# Copyright 2014-2023 Gentoo Authors +# Copyright 2014-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-03-07) +# dev-lang/php:8.2 is not marked stable here yet (bug #920701) +php_targets_php8-2 + # Sam James (2022-03-03) # dev-lang/ocaml and dev-ml/* not marked stable here ocaml diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask index 762eccb758..1d065e2da0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2024-03-07) +# dev-lang/php:8.2 is not marked stable here yet (bug #920701) +php_targets_php8-2 + # Michał Górny (2021-12-31) # PyPy3 target is not ready for stable. python_targets_pypy3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask index adbf267bb5..56ec9a5338 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-03-08) +# mongodb dependencies are not keyworded +mail-mta/postfix mongodb + # Joonas Niilola (2024-02-16) # Test dependencies not keyworded on this arch. www-servers/nginx test diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask index 5594a93964..47877ea78d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-03-08) +# mongodb dependencies are not keyworded +mail-mta/postfix mongodb + # Sam James (2024-02-29) # dev-util/lttng-ust not keyworded here sys-cluster/rdma-core lttng diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask index 0d439ecf57..b824ae154c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-03-08) +# mongodb dependencies are not keyworded +mail-mta/postfix mongodb + # Ionen Wolkens (2024-02-13) # Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that # is not keyworded here and currently fails tests (bug #924430). diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask index 0e1778cc06..79cf2319f1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2024-03-07) +# dev-lang/php:8.2 is not marked stable here yet (bug #920701) +php_targets_php8-2 + # Sam James (2021-04-27) # Clang and friends aren't (yet?) stable on sparc clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask index 88ff6cd06d..ff88065c8b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Guilherme Amadio (2024-03-09) +# Qt6 not keyworded on x86 +sci-physics/root qt6 + # Sam James (2024-03-04) # Miscompiles rust and fails to bootstrap (bug #923278) >=dev-lang/rust-1.74.1 lto @@ -29,6 +33,7 @@ media-libs/libplacebo -shaderc # Michał Górny (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. +dev-debug/lldb -debuginfod sys-devel/llvm -debuginfod # Jon Janzen (2023-09-11) @@ -41,6 +46,7 @@ app-antivirus/clamav system-mspack # Ionen Wolkens (2023-08-10) # Requires 64bit support. +app-emulation/wine-proton wow64 app-emulation/wine-staging wow64 app-emulation/wine-vanilla wow64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask index 70fda23fed..6ad4dcbac5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask index 51c9064d23..2aa08151b8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask @@ -6,6 +6,24 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Volkmar W. Pogatzki (2024-03-10) +# These packages have RESTRICT="test" and depend on dev-java/ant-junit +# which is going away. Remove this mask when ebuilds are updated. +dev-java/ant-ivy test +dev-java/rhino test +www-servers/tomcat test + +# Guilherme Amadio (2024-03-09) +# Requires manually installing dependencies, see bug #791802 +# Please use MYCMAKEARGS instead. +sci-physics/root R + +# Sam James (2024-03-07) +# The bluetooth feature is unstable for now (causes timeouts if no dbus adapter +# is available). +# https://mail.kde.org/pipermail/distributions/2024-March/001481.html +>=kde-misc/kdeconnect-24.02.0 bluetooth + # Sam James (2024-02-24) # Only works on amd64 (and x32). dev-debug/gdb cet @@ -15,11 +33,6 @@ sys-devel/gcc cet sys-libs/binutils-libs cet sys-libs/glibc cet -# Joonas Niilola (2024-02-20) -# Upstream massively reworked av1 support breaking our custom -# system-av1 patches. ->=www-client/firefox-123.0 system-av1 - # Matthew Turnbull (2024-01-24) # Cinnamon wayland support is experimental and incomplete. # https://github.com/linuxmint/wayland/issues @@ -59,13 +72,6 @@ sys-devel/sparse llvm # app-crypt/rpm-sequoia is not keyworded on most architectures. app-arch/rpm sequoia -# Andrew Ammerlaan (2023-11-20) -# Qt6 is still experimental in freecad, currently the configure phase -# gets itself stuck by importing both qt5 and qt6 cmake files. -# Since there is no python3.12 support for shiboken2/pyside2, we have -# to mask that flag as well. -media-gfx/freecad qt6 python_single_target_python3_12 - # Florian Schmaus (2023-11-10) # Only available for amd64. sys-apps/irqbalance thermal @@ -193,12 +199,6 @@ dev-lang/ruby jit # Depends on x11-libs/libdmx, which is masked for removal x11-apps/xdpyinfo dmx -# Volkmar W. Pogatzki (2023-04-09) -# dev-java/jython is last-rited due to vulnerabilities. -# See bug #825486. -dev-java/bsf python -dev-java/ant-apache-bsf python - # Georgy Yakovlev (2023-04-05) # Currently broken on 11 # https://bugs.gentoo.org/833097 @@ -283,10 +283,6 @@ gnome-base/gnome-extra-apps tracker # which has not been ported to libsoup:3.0. >=app-misc/tracker-miners-3.4.0-r1 rss -# Marek Szuba (2022-11-14) -# As of August 2023, does not support qt-6.5+ yet. -dev-python/pyotherside qt6 - # Viorel Munteanu (2022-10-07) # Cannot test and fix pax-kernel related bugs on a current grsec kernel # Mask the flag for now diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask index 38557c0479..d3d281bd64 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask @@ -33,7 +33,7 @@ sys-block/nbdkit libguestfs sci-physics/lammps hip # Sam James (2022-12-07) -# Needs unstable media-libs/oneVPL +# Needs unstable media-libs/libvpl media-libs/gst-plugins-bad qsv media-video/ffmpeg qsv diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask index 5b5f52e8ea..142757e993 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/use.stable.mask @@ -13,10 +13,6 @@ ruby_targets_ruby33 # New unstable PHP slot. php_targets_php8-3 -# Brian Evans (2022-12-09) -# PHP 8.2 is in testing -php_targets_php8-2 - # Zac Medico (2016-09-01) # Needs dev-python/pypy* stable python_targets_pypy3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask index 76148cddce..90328a1170 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask +++ b/sdk_container/src/third_party/portage-stable/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 +# Sergey Popov (2024-03-05) +# games-strategy/seven-kingdoms does not build on musl, +# requires glibc-specific locale handling. (#923907) +games-strategy/seven-kingdoms + # Joshua Kinard (2024-02-27) # app-arch/lrzip-next cannot work w/ musl's pthreads at # this time. (#925547) diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.stable.mask index cb96619931..0a42768ac4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.stable.mask @@ -1,6 +1,16 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel (2024-03-07) +# This doesn't work yet with musl-1.2.4, bug 906603 +sys-libs/compiler-rt-sanitizers msan + +# Andreas K. Hüttel (2024-03-05) +# gprofng is still somewhat messed up with musl-1.2.4, does not build +# let's hope this is fixed with the next release +# bug 912284 + (2022-10-04) # libxcrypt migration isn't yet stable on musl. sys-auth/pambase yescrypt diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.deprecated b/sdk_container/src/third_party/portage-stable/profiles/package.deprecated index 50f5e9adaa..4b34e77f73 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.deprecated +++ b/sdk_container/src/third_party/portage-stable/profiles/package.deprecated @@ -17,6 +17,20 @@ #--- END OF EXAMPLES --- +# Volkmar W. Pogatzki (2024-03-10) +# ant-core should no longer be ussed as of version 1.10.14 or higher. +# It is now completely integrated in dev-java/ant and will be removed after a +# grace period. +dev-java/ant-core + +# Andrew Ammerlaan (2024-03-09) +# Unmaintained upstream. Does not build with llvm-16 and up, nor with +# python-3.12 and up. Please port to Qt6. +# Bug: https://bugs.gentoo.org/920544 +dev-python/pyside2 +dev-python/pyside2-tools +dev-python/shiboken2 + # Michał Górny (2024-01-23) # Unmaintained, very hacky package. Its replacement, berkeleydb, # was so bad that we've lastrited it. diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.mask b/sdk_container/src/third_party/portage-stable/profiles/package.mask index 5cc6e77dda..2a80e58ae3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/package.mask @@ -33,8 +33,97 @@ #--- END OF EXAMPLES --- +# Volkmar W. Pogatzki (2024-03-10) +# Unused java libraries. The ant tasks are now provided by dev-java/ant. +# Removal on 2024-04-09. +dev-java/ant-apache-regexp +dev-java/ant-apache-log4j +dev-java/ant-apache-xalan2 +dev-java/ant-commons-logging +dev-java/ant-swing +dev-java/ant-junit4 +dev-java/ant-testutil +dev-java/ant-junitlauncher +dev-java/ant-jai +dev-java/ant-commons-net +dev-java/ant-apache-bsf +dev-java/ant-jmf +dev-java/ant-apache-oro +dev-java/ant-javamail +dev-java/ant-junit +dev-java/ant-jdepend +dev-java/ant-antlr +dev-java/ant-apache-bcel +dev-java/ant-apache-resolver +dev-java/ant-jsch +dev-java/ant-xz +dev-java/gnu-jaf +dev-java/failureaccess + +# Michał Górny (2024-03-10) +# Packages that still require (2024-03-10) +# Archived upstream, latest release is 3 years old. One test +# failure with python 3.11, more with python 3.12. +# Removal on: 2024-04-10. Bug #920439 +sci-libs/scikit-optimize + +# Eray Aslan (2024-03-10) +# Mask experimental software +=mail-mta/postfix-3.10* + +# Andrew Ammerlaan (2024-03-09) +# Requires pyside2/shiboken2, which is unmaintained upstream and +# not compatible with llvm-16 and up or python-3.12 and up. +# No upstream activity for 2 years. +# dev-python/QtPy is an alternative that does support Qt6. +# Removal on: 2024-04-09. Bug #926548 +dev-python/anyqt + +# Arthur Zamarin (2024-03-08) +# A library without reverse dependencies. +# Removal on: 2024-04-07. Bug #926486. +dev-libs/yascreen + +# Ulrich Müller (2024-03-06) +# Inactive upstream maintainer. Needs porting to PEP 517 (or better, +# from Python to Emacs Lisp) and from layman to repository.eselect. +# Removal on 2024-05-05. Bug #909887, #909890. +app-portage/g-sorcery +app-portage/gs-elpa + +# Andreas Sturmlechner (2024-02-28) +# Stopped working after GMail changes some 1.5 years ago, +# no more upstream development. +# Removal on 2024-04-03. +kde-misc/gmail-feed + # Florian Schmaus (2024-03-01) -# TexLive 2023 mask +# TexLive 2023 is currently masked for testing. +# Please report issues by creating a new bug report at +# https://bugs.gentoo.org instead of commenting on the +# tracking bug #836779 (https://bugs.gentoo.org/836779). >=app-text/dvipsk-2023.03.11_p66203 >=app-text/dvisvgm-3.2 >=app-text/ps2pkm-1.8_p20230311 @@ -190,68 +279,68 @@ sci-libs/mpir ~kde-frameworks/kxmlgui-6.0.0 ~kde-frameworks/purpose-6.0.0 ~kde-frameworks/qqc2-desktop-style-6.0.0 -~kde-plasma/bluedevil-6.0.0 -~kde-plasma/breeze-6.0.0 -~kde-plasma/breeze-grub-6.0.0 -~kde-plasma/breeze-gtk-6.0.0 -~kde-plasma/breeze-plymouth-6.0.0 -~kde-plasma/discover-6.0.0 -~kde-plasma/drkonqi-6.0.0 -~kde-plasma/flatpak-kcm-6.0.0 -~kde-plasma/kactivitymanagerd-6.0.0 -~kde-plasma/kde-cli-tools-6.0.0 -~kde-plasma/kde-gtk-config-6.0.0 -~kde-plasma/kdecoration-6.0.0 -~kde-plasma/kdeplasma-addons-6.0.0 -~kde-plasma/kgamma-6.0.0 -~kde-plasma/kglobalacceld-6.0.0 -~kde-plasma/kinfocenter-6.0.0 -~kde-plasma/kmenuedit-6.0.0 -~kde-plasma/kpipewire-6.0.0 -~kde-plasma/kscreen-6.0.0 -~kde-plasma/kscreenlocker-6.0.0 -~kde-plasma/ksshaskpass-6.0.0 -~kde-plasma/ksystemstats-6.0.0 -~kde-plasma/kwallet-pam-6.0.0 -~kde-plasma/kwayland-6.0.0 -~kde-plasma/kwayland-integration-6.0.0 -~kde-plasma/kwin-6.0.0 -~kde-plasma/kwrited-6.0.0 -~kde-plasma/layer-shell-qt-6.0.0 -~kde-plasma/libkscreen-6.0.0 -~kde-plasma/libksysguard-6.0.0 -~kde-plasma/libplasma-6.0.0 -~kde-plasma/milou-6.0.0 -~kde-plasma/ocean-sound-theme-6.0.0 -~kde-plasma/oxygen-6.0.0 -~kde-plasma/oxygen-sounds-6.0.0 -~kde-plasma/plasma-activities-6.0.0 -~kde-plasma/plasma-activities-stats-6.0.0 -~kde-plasma/plasma-browser-integration-6.0.0 -~kde-plasma/plasma-desktop-6.0.0 -~kde-plasma/plasma-disks-6.0.0 -~kde-plasma/plasma-firewall-6.0.0 -~kde-plasma/plasma-integration-6.0.0 -~kde-plasma/plasma-meta-6.0.0 -~kde-plasma/plasma-nm-6.0.0 -~kde-plasma/plasma-pa-6.0.0 -~kde-plasma/plasma-sdk-6.0.0 -~kde-plasma/plasma-systemmonitor-6.0.0 -~kde-plasma/plasma-thunderbolt-6.0.0 -~kde-plasma/plasma-vault-6.0.0 -~kde-plasma/plasma-welcome-6.0.0 -~kde-plasma/plasma-workspace-6.0.0 -~kde-plasma/plasma-workspace-wallpapers-6.0.0 -~kde-plasma/plasma5support-6.0.0 -~kde-plasma/plymouth-kcm-6.0.0 -~kde-plasma/polkit-kde-agent-6.0.0 -~kde-plasma/powerdevil-6.0.0 -~kde-plasma/print-manager-6.0.0 -=kde-plasma/print-manager-23.08.5-r100 -~kde-plasma/sddm-kcm-6.0.0 -~kde-plasma/systemsettings-6.0.0 -~kde-plasma/wacomtablet-6.0.0 -~kde-plasma/xdg-desktop-portal-kde-6.0.0 +~kde-plasma/bluedevil-6.0.1 +~kde-plasma/breeze-6.0.1 +~kde-plasma/breeze-grub-6.0.1 +~kde-plasma/breeze-gtk-6.0.1.1 +~kde-plasma/breeze-plymouth-6.0.1.1 +~kde-plasma/discover-6.0.1 +~kde-plasma/drkonqi-6.0.1 +~kde-plasma/flatpak-kcm-6.0.1 +~kde-plasma/kactivitymanagerd-6.0.1 +~kde-plasma/kde-cli-tools-6.0.1 +~kde-plasma/kde-gtk-config-6.0.1 +~kde-plasma/kdecoration-6.0.1 +~kde-plasma/kdeplasma-addons-6.0.1 +~kde-plasma/kgamma-6.0.1 +~kde-plasma/kglobalacceld-6.0.1 +~kde-plasma/kinfocenter-6.0.1 +~kde-plasma/kmenuedit-6.0.1 +~kde-plasma/kpipewire-6.0.1.1 +~kde-plasma/kscreen-6.0.1 +~kde-plasma/kscreenlocker-6.0.1 +~kde-plasma/ksshaskpass-6.0.1 +~kde-plasma/ksystemstats-6.0.1 +~kde-plasma/kwallet-pam-6.0.1 +~kde-plasma/kwayland-6.0.1 +~kde-plasma/kwayland-integration-6.0.1 +~kde-plasma/kwin-6.0.1 +~kde-plasma/kwrited-6.0.1 +~kde-plasma/layer-shell-qt-6.0.1 +~kde-plasma/libkscreen-6.0.1 +~kde-plasma/libksysguard-6.0.1 +~kde-plasma/libplasma-6.0.1 +~kde-plasma/milou-6.0.1 +~kde-plasma/ocean-sound-theme-6.0.1 +~kde-plasma/oxygen-6.0.1 +~kde-plasma/oxygen-sounds-6.0.1 +~kde-plasma/plasma-activities-6.0.1 +~kde-plasma/plasma-activities-stats-6.0.1 +~kde-plasma/plasma-browser-integration-6.0.1 +~kde-plasma/plasma-desktop-6.0.1 +~kde-plasma/plasma-disks-6.0.1 +~kde-plasma/plasma-firewall-6.0.1 +~kde-plasma/plasma-integration-6.0.1 +~kde-plasma/plasma-meta-6.0.1 +~kde-plasma/plasma-nm-6.0.1 +~kde-plasma/plasma-pa-6.0.1 +~kde-plasma/plasma-sdk-6.0.1 +~kde-plasma/plasma-systemmonitor-6.0.1 +~kde-plasma/plasma-thunderbolt-6.0.1 +~kde-plasma/plasma-vault-6.0.1 +~kde-plasma/plasma-welcome-6.0.1 +~kde-plasma/plasma-workspace-6.0.1 +~kde-plasma/plasma-workspace-wallpapers-6.0.1 +~kde-plasma/plasma5support-6.0.1 +~kde-plasma/plymouth-kcm-6.0.1 +~kde-plasma/polkit-kde-agent-6.0.1 +~kde-plasma/powerdevil-6.0.1 +~kde-plasma/print-manager-6.0.1 +~kde-plasma/qqc2-breeze-style-6.0.1 +~kde-plasma/sddm-kcm-6.0.1 +~kde-plasma/systemsettings-6.0.1 +~kde-plasma/wacomtablet-6.0.1 +~kde-plasma/xdg-desktop-portal-kde-6.0.1 ~kde-apps/baloo-widgets-24.02.0 ~kde-apps/dolphin-24.02.0 ~kde-apps/ffmpegthumbs-24.02.0 @@ -365,12 +454,10 @@ sci-libs/mpir ~kde-apps/kdenetwork-filesharing-24.02.0 ~kde-apps/kget-24.02.0 ~kde-apps/kio-extras-24.02.0 -=kde-apps/kio-extras-23.08.5-r100 ~kde-apps/krfb-24.02.0 ~kde-apps/signon-kwallet-extension-24.02.0 ~kde-misc/kdeconnect-24.02.0 ~kde-misc/kio-gdrive-24.02.0 -=kde-misc/kio-gdrive-23.08.5-r1 ~net-im/neochat-24.02.0 ~net-im/tokodon-24.02.0 ~net-irc/konversation-24.02.0 @@ -424,7 +511,6 @@ sci-libs/mpir ~kde-apps/libgravatar-24.02.0 ~kde-apps/libkdepim-24.02.0 ~kde-apps/libkgapi-24.02.0 -=kde-apps/libkgapi-23.08.5-r100 ~kde-apps/libkleo-24.02.0 ~kde-apps/libksieve-24.02.0 ~kde-apps/libktnef-24.02.0 @@ -466,6 +552,10 @@ sci-libs/mpir ~kde-misc/markdownpart-24.02.0 ~sys-block/partitionmanager-24.02.0 ~sys-libs/kpmcore-24.02.0 +=kde-apps/kio-extras-23.08.5-r100 +=kde-apps/libkgapi-23.08.5-r100 +=kde-misc/kio-gdrive-23.08.5-r1 +=kde-plasma/print-manager-23.08.5-r100 ~kde-misc/kio-fuse-5.1.0 ~kde-misc/plasma-pass-1.2.2 ~dev-db/futuresql-0.1.1 @@ -564,10 +654,6 @@ dev-python/pendulum # May break on some arches b/c of visibility/map changes to ffi_type_longdouble =dev-libs/libffi-3.4.5 -# Ulrich Müller (2024-02-15) -# Hangs at runtime, bug #924617. -=net-im/zoom-5.17.5.2543 - # Michał Górny (2024-02-14) # Abandoned upstream in 2020. Has a fork that has last been released # in 2021. No revdeps. @@ -643,11 +729,6 @@ dev-python/debugpy # Removal on 2024-03-08. Bug #806079. sys-libs/libhugetlbfs -# Joonas Niilola (2024-02-07) -# The webpage it was built to scrape isn't online anymore. -# Removal: 2024-03-08. Bug #924007. -net-misc/buka - # Michał Górny (2024-02-03) # Doesn't work with Flask 3, and is abandoned upstream. It can be # trivially replaced by a local function. No revdeps. @@ -660,13 +741,6 @@ dev-python/flask-gravatar # by the Python team. >=dev-python/pytest-8 -# Ulrich Müller (2024-01-30) -# SLOT 25 of app-editors/emacs, corresponding to GNU Emacs version 25.3. -# This version was released in May 2018. Please upgrade to >=emacs-26 -# and update your Emacs Lisp packages with emacs-updater. -# Removal on 2024-02-29. Bug #923329. -app-editors/emacs:25 - # Andrew Ammerlaan (2024-01-24) # app-misc/ddcutil-2.1.0 causes core-dump crashes in # kde-plasma/powerdevil[brightness-control]. @@ -752,10 +826,6 @@ app-editors/emacs:25 =sys-fs/btrfs-progs-6.6-r1 =sys-fs/btrfs-progs-6.6-r2 -# Tomáš Mózes (2023-11-02) -# Performance regression. Bug #916713. -=dev-db/mydumper-0.15.1.3 - # Sam James (2023-10-06) # Breaks building scipy: https://github.com/cython/cython/issues/5748 =dev-python/cython-3.0.3 @@ -826,10 +896,6 @@ net-misc/openr2 =sys-libs/ncurses-6.4_p20230506 =sys-libs/ncurses-6.4_p20230527 -# Eray Aslan (2023-04-12) -# Mask experimental software -=mail-mta/postfix-3.9* - # Ionen Wolkens (2023-03-30) # NVIDIA dropped support for the 390.xx branch in December 2022[1]. # diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force index 6a8082838a..8b8c4b9214 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2024-03-08) +# un-force pie, won't work on this arch +sys-devel/gcc -pie + # Fabian Groffen (2016-12-20) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_PowerPC diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask index 9c83518aa2..49efca9502 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/ppc/package.use.mask @@ -1,9 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. +# Fabian Groffen (2024-03-08) +# mask pie, won't work on this arch +sys-devel/gcc pie # Elias Pipping (2007-09-01) # imlib2 does not compile with USE=mmx diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force index 1214720308..e5acd2f939 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2024-03-08) +# -z,now is not something Darwin linkers understand +sys-devel/gcc -default-znow + # Jacob Floyd (2020-12-20) # Make sure we always use libcxxabi on macos prefix sys-libs/libcxx libcxxabi diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask index fb4617ec5e..752f5b30f1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2024-03-08) +# -z,now is not something Darwin linkers understand +sys-devel/gcc default-znow + # Benda Xu (2023-08-18) # strlcpy and other BSD functions are available in the libc of macOS. # Should not use libbsd. diff --git a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc index 2b280d2263..469a7b7b8b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -651,14 +651,14 @@ arm64 default/linux/arm64/17.0/musl dev arm64 default/linux/arm64/17.0/musl/llvm exp arm64 default/linux/arm64/17.0/musl/hardened exp arm64 default/linux/arm64/17.0/musl/hardened/selinux exp -# arm64 default/linux/arm64/23.0/musl exp -# arm64 default/linux/arm64/23.0/musl/llvm exp -# arm64 default/linux/arm64/23.0/musl/hardened exp -# arm64 default/linux/arm64/23.0/musl/hardened/selinux exp -# arm64 default/linux/arm64/23.0/split-usr/musl exp -# arm64 default/linux/arm64/23.0/split-usr/musl/llvm exp -# arm64 default/linux/arm64/23.0/split-usr/musl/hardened exp -# arm64 default/linux/arm64/23.0/split-usr/musl/hardened/selinux exp +arm64 default/linux/arm64/23.0/musl exp +arm64 default/linux/arm64/23.0/musl/llvm exp +arm64 default/linux/arm64/23.0/musl/hardened exp +arm64 default/linux/arm64/23.0/musl/hardened/selinux exp +arm64 default/linux/arm64/23.0/split-usr/musl exp +arm64 default/linux/arm64/23.0/split-usr/musl/llvm exp +arm64 default/linux/arm64/23.0/split-usr/musl/hardened exp +arm64 default/linux/arm64/23.0/split-usr/musl/hardened/selinux exp m68k default/linux/m68k/17.0/musl exp m68k default/linux/m68k/23.0/musl exp m68k default/linux/m68k/23.0/split-usr/musl exp @@ -682,14 +682,14 @@ riscv default/linux/riscv/23.0/rv64/split-usr/lp64d/musl exp riscv default/linux/riscv/23.0/rv64/split-usr/lp64/musl exp x86 default/linux/x86/17.0/musl dev x86 default/linux/x86/17.0/musl/selinux exp -# x86 default/linux/x86/23.0/i686/musl exp -# x86 default/linux/x86/23.0/i686/musl/selinux exp -# x86 default/linux/x86/23.0/i686/split-usr/musl exp -# x86 default/linux/x86/23.0/i686/split-usr/musl/selinux exp -# x86 default/linux/x86/23.0/i486/musl exp -# x86 default/linux/x86/23.0/i486/musl/selinux exp -# x86 default/linux/x86/23.0/i486/split-usr/musl exp -# x86 default/linux/x86/23.0/i486/split-usr/musl/selinux exp +x86 default/linux/x86/23.0/i686/musl exp +x86 default/linux/x86/23.0/i686/musl/selinux exp +x86 default/linux/x86/23.0/i686/split-usr/musl exp +x86 default/linux/x86/23.0/i686/split-usr/musl/selinux exp +x86 default/linux/x86/23.0/i486/musl exp +x86 default/linux/x86/23.0/i486/musl/selinux exp +x86 default/linux/x86/23.0/i486/split-usr/musl exp +x86 default/linux/x86/23.0/i486/split-usr/musl/selinux exp # These are Gentoo Prefix profiles, maintained by the Prefix team diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults index b833954ae2..7d96215e45 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/make.defaults @@ -7,9 +7,8 @@ # This just makes sense nowadays, if only for distfiles... USE="lzma zstd" -## make sure toolchain has sane defaults -# (re-enable after one round of stage rebuilds) -#USE="${USE} openmp" +# make sure toolchain has sane defaults +USE="${USE} openmp" # bug 831045 USE="${USE} -cli" diff --git a/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/package.use b/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/package.use index 8e91c6db09..f25938b2f9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/releases/23.0/package.use @@ -4,7 +4,3 @@ # Ionen Wolkens (2024-02-28) # 23.0 profiles have USE="-cli" overriding ebuild's IUSE="+cli" (bug #925520) media-video/mpv cli - -# temporarily here, until one round of stage rebuilds is done and we can -# default-enable it globally again -sys-devel/gcc openmp diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use index 2052b98303..6df6ec3121 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2024-03-07) +# Required by kde-frameworks/kio:6 +dev-qt/qtbase libproxy + # Alfred Wingate (2023-12-25) # Prefer X over gbm with REQUIRED_USE: ^^ ( gbm wayland X ) >=media-tv/kodi-20.2 X -gbm @@ -11,8 +15,8 @@ app-text/poppler nss boost # Andreas Sturmlechner (2023-11-11) -# egl, libinput required by kde-frameworks/kwayland -# accessibility required by kde-plasma/kwin +# egl, libinput required by kde-plasma/kwayland:5 +# accessibility required by kde-plasma/kwin:5 dev-qt/qtgui:5 accessibility egl libinput # Sam James (2023-09-22) diff --git a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use index e3eb9e4f43..55e470e11b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/targets/desktop/plasma/package.use @@ -29,13 +29,13 @@ dev-python/pyside6 webchannel # Required by sys-apps/flatpak, a dependency of kde-plasma/discover dev-util/ostree curl -# Required by net-im/neochat:5 +# Required by