diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 237887 -> 238065 bytes | |||
-rw-r--r-- | profiles/arch/amd64/package.use.force | 6 | ||||
-rw-r--r-- | profiles/arch/base/package.use.force | 10 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.stable.mask | 3 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/base/package.use.force | 2 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 17 | ||||
-rw-r--r-- | profiles/profiles.desc | 8 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
10 files changed, 32 insertions, 27 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 668323c262e1..473c841c7a04 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index da5032b5b2ec..4d23ba133428 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eric Joldasov <bratishkaerik@landless-city.net> (2025-03-11) +# "x86_64" backend can succesfully bootstrap itself for Linux. +>=dev-lang/zig-0.13 -llvm + # James Le Cuirot <chewi@gentoo.org> (2024-07-02) # Needed to build gcc. Force here rather than using BDEPEND to simplify # cross-compile scenarios. diff --git a/profiles/arch/base/package.use.force b/profiles/arch/base/package.use.force new file mode 100644 index 000000000000..7914b1aeb2ca --- /dev/null +++ b/profiles/arch/base/package.use.force @@ -0,0 +1,10 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Eric Joldasov <bratishkaerik@landless-city.net> (2025-03-11) +# Force building Zig with LLVM extensions enabled. Non-LLVM backends +# are in active development, and while some backends progressed enough +# to build some simple or complex program, only small amount of them +# can succesfully bootstrap Zig. +# Unforce on targets where it's possible to bootstrap without LLVM. +dev-lang/zig llvm diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask b/profiles/arch/powerpc/ppc32/package.use.stable.mask index 5fe6b61f4069..3e70448f2047 100644 --- a/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -58,10 +58,9 @@ media-video/ffmpeg-compat samba media-video/vlc samba # Sam James <sam@gentoo.org> (2022-03-03) -# net-nds/openldap / dev-libs/cyrus-sasl not stable here +# net-nds/openldap not stable here dev-lang/php ldap-sasl mail-mta/postfix ldap-bind -net-nds/openldap cxx sasl # Sam James <sam@gentoo.org> (2022-03-03) # No kerberos provider is marked stable here diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 0b66533c82e3..3a5672565127 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Gentoo Authors +# Copyright 2014-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2024-03-07) @@ -20,10 +20,6 @@ kerberos mpi # Sam James <sam@gentoo.org> (2022-03-03) -# dev-libs/cyrus-sasl is not marked stable here -sasl - -# Sam James <sam@gentoo.org> (2022-03-03) # net-nds/openldap is not marked stable here ldap diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 1f239ebb9cb8..955f942b7e7b 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -32,6 +32,8 @@ llvm-runtimes/libcxxabi clang # done dev-lang/rust:1.86.0 llvm_slot_19 dev-lang/rust-bin:1.86.0 llvm_slot_19 +dev-lang/rust:1.85.1 llvm_slot_19 +dev-lang/rust-bin:1.85.1 llvm_slot_19 dev-lang/rust:1.85.0 llvm_slot_19 dev-lang/rust-bin:1.85.0 llvm_slot_19 dev-lang/rust:1.84.1 llvm_slot_19 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b3d30375a39b..c4e80151717f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,10 +6,6 @@ # New entries go on top. -# Sam James <sam@gentoo.org> (2025-03-17) -# Tries to access the network: https://gcc.gnu.org/PR119333 -=sys-devel/gcc-15.0.9999 rust - # Michał Górny <mgorny@gentoo.org> (2025-03-17) # sys-cluster/pacemaker is being removed. sys-cluster/drbd-utils pacemaker diff --git a/profiles/package.mask b/profiles/package.mask index bfc986190c20..63b89eedb5d8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-20) +# Upstream have made clear that they are not going to port to Qt6 and +# recommend sys-apps/qdirstat (from original k4dirstat author) instead. +# Alternatively, there is kde-apps/filelight available. +# Bug #951138. Removal on 2025-04-19. +kde-misc/kdirstat + # Michał Górny <mgorny@gentoo.org> (2025-03-18) # Last release in 2019, no tests, no reverse dependencies. # Removal on 2025-04-17. Bug #951540. @@ -91,7 +98,7 @@ sci-chemistry/ParmEd # Andreas Sturmlechner <asturm@gentoo.org> (2025-03-17) # Database migration issues on upgrade, bug #951486 ->=app-office/kmymoney-5.1.92 +~app-office/kmymoney-5.1.92_p20250306 # Arthur Zamarin <arthurzam@gentoo.org> (2025-03-15) # EAPI=7, uses deprecated Go eclasses. Isn't maintained in Gentoo @@ -167,14 +174,6 @@ app-backup/luckybackup # radar. Removal on 2025-04-05. Bug #950702. dev-vcs/notify-webhook -# Joonas Niilola <juippis@gentoo.org> (2025-03-05) -# New release channel deemed as stable. Package.masked for the early -# adopters - make sure to have ~/.thunderbird backed up, since -# downgrading back to esr channel (128) might be impossible due to -# changed database schemas. ->=mail-client/thunderbird-136.0 ->=mail-client/thunderbird-bin-136.0 - # John Helmert III <ajak@gentoo.org> (2025-03-02) # Doesn't seem to cleanly load, see: # https://github.com/lkrg-org/lkrg/issues/364 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index bc970b477eb5..164932d0c7a5 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -1,4 +1,4 @@ -# Copyright 2003-2024 Gentoo Authors +# Copyright 2003-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ############################################# @@ -67,8 +67,8 @@ amd64 default/linux/amd64/23.0/no-multilib/prefix exp amd64 default/linux/amd64/23.0/no-multilib/prefix/kernel-2.6.32+ exp amd64 default/linux/amd64/23.0/no-multilib/prefix/kernel-2.6.16+ exp amd64 default/linux/amd64/23.0/no-multilib/prefix/kernel-3.2+ exp -amd64 default/linux/amd64/23.0/llvm stable -amd64 default/linux/amd64/23.0/llvm/systemd stable +amd64 default/linux/amd64/23.0/llvm dev +amd64 default/linux/amd64/23.0/llvm/systemd dev amd64 default/linux/amd64/23.0/hardened stable amd64 default/linux/amd64/23.0/hardened/systemd stable amd64 default/linux/amd64/23.0/hardened/selinux stable @@ -85,7 +85,7 @@ amd64 default/linux/amd64/23.0/split-usr/no-multilib/prefix exp amd64 default/linux/amd64/23.0/split-usr/no-multilib/prefix/kernel-2.6.32+ exp amd64 default/linux/amd64/23.0/split-usr/no-multilib/prefix/kernel-2.6.16+ exp amd64 default/linux/amd64/23.0/split-usr/no-multilib/prefix/kernel-3.2+ exp -amd64 default/linux/amd64/23.0/split-usr/llvm stable +amd64 default/linux/amd64/23.0/split-usr/llvm dev amd64 default/linux/amd64/23.0/split-usr/hardened stable amd64 default/linux/amd64/23.0/split-usr/hardened/selinux stable diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 5c18416b1908..513fc4dfc63d 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -875,7 +875,6 @@ app-misc/fastfetch:chafa - Enables text/graphics renderer with media-gfx/chafa app-misc/fastfetch:ddcutil - Use app-misc/ddcutil to query monitor settings app-misc/fastfetch:drm - Enables support for X.org's x11-libs/libdrm app-misc/fastfetch:elf - Use libelf to extract strings from binaries -app-misc/fastfetch:osmesa - Enables offscreen rendering support from media-libs/mesa app-misc/fastfetch:vulkan - Enables reading GPU via media-libs/vulkan-loader app-misc/fastfetch:xfce - Enables support for XFCE config app-misc/fastfetch:xrandr - Enables support for Xrandr @@ -5983,7 +5982,6 @@ net-im/spectrum2:whatsapp - Enables the WhatsApp backend, based on net-im/transw net-im/telegram-desktop:enchant - Use the app-text/enchant spell-checking backend instead of app-text/hunspell net-im/telegram-desktop:fonts - Use builtin patched copy of open-sans fonts (overrides fontconfig) net-im/telegram-desktop:libdispatch - Use dev-libs/libdispatch to speed up concurrent code execution -net-im/telegram-desktop:qt6 - Build with Qt6 support net-im/tkabber:plugins - Enables installation the extra plugins net-im/tokodon:mpv - Use media-libs/mpvqt instead of dev-qt/qtmultimedia for video playback (default) net-im/tokodon:webengine - Use dev-qt/qtwebengine for built-in authentication page (default is external browser) @@ -7695,6 +7693,7 @@ sci-ml/caffe2:distributed - Support distributed applications sci-ml/caffe2:fbgemm - Use sci-ml/FBGEMM sci-ml/caffe2:flash - Enable flash attention sci-ml/caffe2:gloo - Use sci-ml/gloo +sci-ml/caffe2:memefficient - Enable mem efficient attention sci-ml/caffe2:mkl - Use sci-libs/mkl for blas, lapack and sparse blas routines sci-ml/caffe2:nnpack - Use sci-ml/NNPACK sci-ml/caffe2:numpy - Add support for math operations through numpy |