diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 191435 -> 191438 bytes | |||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/base/package.use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 7 | ||||
-rw-r--r-- | profiles/use.local.desc | 12 |
7 files changed, 31 insertions, 5 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex ac1498a7ed7a..c3dd81534acf 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 0cb8582d6f5b..a4dfe8d4df1c 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14) +# Fails to compile, bug #924301 +~dev-lang/rust-1.75.0 lto + # Ionen Wolkens <ionen@gentoo.org> (2024-02-07) # nvidia-powerd is only available for arm64 in 550+ <x11-drivers/nvidia-drivers-550 powerd diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 49e36fe2ec23..0749fd607d83 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14) +# Fails to compile, bug #924396 +~dev-lang/rust-1.75.0 lto + # Eray Aslan <eras@gentoo.org> (2024-02-13) # tests require dev-db/mongodb which is not keyworded dev-libs/mongo-c-driver test diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b18e1cc72b3c..6490341d8691 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matthew Turnbull <sparky@bluefang-logic.com> (2024-01-24) +# Cinnamon wayland support is experimental and incomplete. +# https://github.com/linuxmint/wayland/issues +gnome-extra/cinnamon wayland + # James Le Cuirot <chewi@gentoo.org> (2024-02-11) # The Raspberry Pi patch set is very heavy and will probably fail to apply # against a live checkout. diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index f62b66128c4d..a24e352f6e63 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask -# Nick Sarnie <sarnex@gentoo.org> (2024-01-31) -# Test dependencies are not stable -dev-util/vulkan-utility-libraries test - # Joonas Niilola <juippis@gentoo.org> (2023-07-14) # Calendar is broken with some languages on 115.0 release with <icu-75. # Bug #910229, #920713 diff --git a/profiles/package.mask b/profiles/package.mask index 3c9b0888a57f..79daf2e9609a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Ulrich Müller <ulm@gentoo.org> (2024-02-15) +# Hangs at runtime, bug #924617. +=net-im/zoom-5.17.5.2543 + # Michał Górny <mgorny@gentoo.org> (2024-02-14) # Abandoned upstream in 2020. Has a fork that has last been released # in 2021. No revdeps. @@ -369,6 +373,8 @@ dev-java/osgi-foundation =kde-apps/kio-extras-23.08.5-r100 ~kde-apps/kio-extras-24.01.95 ~kde-apps/kio-extras-kf5-24.01.95 +~kde-apps/libkcddb-24.01.95 +~kde-apps/libkcompactdisc-24.01.95 ~kde-apps/libkexiv2-24.01.95 ~kde-apps/spectacle-24.01.95 ~kde-misc/kio-fuse-5.1.0 @@ -389,6 +395,7 @@ dev-java/osgi-foundation ~net-libs/accounts-qml-0.7_p20231028 ~net-libs/signon-oauth2-0.25_p20210102 =net-libs/signond-8.61-r100 +~net-misc/kio-zeroconf-24.01.95 ~sys-auth/polkit-qt-0.175.0 # Sam James <sam@gentoo.org> (2023-12-14) diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 8487aa69dd52..98738cb9626a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2889,6 +2889,11 @@ dev-util/google-perftools:largepages - Use (experimental) larger pages for tcmal dev-util/google-perftools:largepages64k - Use (experimental) 64K pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. dev-util/google-perftools:minimal - Only build the tcmalloc_minimal library, ignoring the heap checker and the profilers. dev-util/google-perftools:optimisememory - To build libtcmalloc with smaller internal caches. +dev-util/google-perftools:pagesize-128k - Use 128K page size for tcmalloc. Larger size makes tcmalloc faster, at the cost of using more space (due to internal fragmentation) +dev-util/google-perftools:pagesize-16k - Use 16K page size for tcmalloc. Larger size makes tcmalloc faster, at the cost of using more space (due to internal fragmentation) +dev-util/google-perftools:pagesize-256k - Use 256K page size for tcmalloc. Larger size makes tcmalloc faster, at the cost of using more space (due to internal fragmentation) +dev-util/google-perftools:pagesize-32k - Use 32K page size for tcmalloc. Larger size makes tcmalloc faster, at the cost of using more space (due to internal fragmentation) +dev-util/google-perftools:pagesize-64k - Use 64K page size for tcmalloc. Larger size makes tcmalloc faster, at the cost of using more space (due to internal fragmentation) dev-util/heaptrack:gui - Install Qt5-based analyzer tool dev-util/hfstospell:clang - Use different logic in ebuild when clang is used dev-util/intel-graphics-compiler:vc - Enable VectorCompiler for a better performance. @@ -3367,6 +3372,7 @@ gnome-base/nautilus:cloudproviders - Enable the cloudproviders support gnome-base/nautilus:gstreamer - Enable the Audio/Video file properties page gnome-base/nautilus:previewer - Use gnome-extra/sushi to preview files from the file mananger gnome-base/nautilus:sendto - Enable the nautilus-sendto extension to send files to various locations/devices +gnome-extra/cinnamon:desktop-portal - Enable sys-apps/xdg-desktop-portal backend implementation for Cinnamon gnome-extra/cinnamon-control-center:gnome-online-accounts - Enable configuration panel for net-libs/gnome-online-accounts accounts gnome-extra/cinnamon-control-center:modemmanager - Enable support for mobile broadband devices using net-misc/modemmanager gnome-extra/cjs:sysprof - Enable profiling data capture support using dev-util/sysprof-capture @@ -3585,6 +3591,8 @@ kde-apps/ktp-common-internals:otr - Enable support for encrypted conversations u kde-apps/ktp-common-internals:sso - Enable support for Single sign-on through KAccounts kde-apps/ktp-text-ui:speech - Enable incoming messages to be read out using text-to-speech kde-apps/kwave:qtmedia - Enable playback via Qt5Multimedia +kde-apps/libkcddb:kf6compat - Disable components colliding with KF6, depend on KF6 components instead +kde-apps/libkcompactdisc:kf6compat - Disable components colliding with KF6, depend on KF6 components instead kde-apps/libkdepim:designer - Build plugins for dev-qt/designer kde-apps/libkleo:fancyviewer - Use kde-apps/kpimtextedit for an improved audit log viewer kde-apps/libksane:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet @@ -6439,6 +6447,7 @@ net-misc/kafkacat:json - Enable json support net-misc/kea:openssl - Use dev-libs/openssl instead of dev-libs/botan net-misc/kea:samples - Install sample configuration files net-misc/kea:shell - Install kea-shell text management client for Control Agent +net-misc/kio-zeroconf:kf6compat - Disable components colliding with KF6, depend on KF6 components instead net-misc/knock:server - Installs the knockd server daemon. net-misc/libteam:zmq - Build witch net-libs/zeromq support net-misc/lldpd:cdp - Enable Cisco Discovery Protocol @@ -8816,7 +8825,8 @@ x11-libs/vte:icu - Enable legacy charset support using dev-libs/icu x11-libs/vte:systemd - Support moving terminal child processes to their own systemd user scopes to avoid terminal getting killed due to child causing OOM x11-libs/wxGTK:gstreamer - Enable the wxMediaCtrl class for playing audio and video through gstreamer. x11-libs/wxGTK:sdl - Use Simple Directmedia Layer (media-libs/libsdl) for audio. -x11-libs/xapp:mate - Install status applet for mate-base/mate +x11-libs/xapp:mate - Install integrations for mate-base/mate +x11-libs/xapp:xfce - Install integrations for xfce-base/xfce4-meta x11-misc/alock:doc - Build and install manpage with app-text/asciidoc. x11-misc/appmenu-gtk-module:gtk2 - Build module for GTK+2 x11-misc/autorandr:launcher - Install the launcher, i.e., an alternative to the udev/systemd hooks |