diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/features/musl/package.mask | 4 | ||||
| -rw-r--r-- | profiles/features/wd40/package.mask | 1 | ||||
| -rw-r--r-- | profiles/features/wd40/package.use.mask | 4 | ||||
| -rw-r--r-- | profiles/package.mask | 5 | ||||
| -rw-r--r-- | profiles/use.local.desc | 3 |
5 files changed, 12 insertions, 5 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index f5e9880da2bb..1f2334a9e0e9 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jaco Kroon <jkroon@gentoo.org> (2025-12-06) +# anydesk is pre-build with glibc, will not work on MUSL. +net-misc/anydesk + # Z. Liu <zhixu.liu@gmail.com> (2025-10-18) # nvidia-drivers only works against glibc. dev-python/nvidia-ml-py diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index c7e32d5ab7ef..412490a4b875 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -230,6 +230,7 @@ app-eselect/eselect-gnome-shell-extensions app-emacs/rg app-emacs/emacs-ipython-notebook app-crypt/yubikey-manager +app-crypt/sequoia-chameleon-gnupg app-crypt/sequoia-sq app-crypt/sequoia-sqv app-crypt/certbot-apache diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index a23c05ecb625..d3c43e50dc0b 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2025-12-06) +# Sequoia suite is written in Rust +app-alternatives/gpg sequoia + # Alfred Wingate <parona@protonmail.com (2025-10-06) # Requires gjs which then requires rust through spidermonkey media-gfx/gimp javascript diff --git a/profiles/package.mask b/profiles/package.mask index b4312459e411..bb928b20e61b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -216,11 +216,6 @@ games-emulation/gngeo ~dev-python/click-8.3.0 =dev-python/click-8.3.1 -# Mike Gilbert <floppym@gentoo.org> (2025-10-29) -# No longer used by sys-boot/grub. -# Removal on 2025-11-28. -sec-keys/openpgp-keys-danielkiper - # Sam James <sam@gentoo.org> (2025-10-13) # Crashes in memtodest when handling PATH. Not yet reported upstream. =app-shells/dash-0.5.13.1 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 34e6abcba74b..0dbea00162ee 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1484,6 +1484,7 @@ dev-debug/gdb:sim - Build gdb's simulators for various hardware platforms. See h dev-debug/gdb:source-highlight - Enable listing highlighting via dev-util/source-highlight dev-debug/gdb:xml - Support parsing XML data files needed (at least) for cpu features, memory maps, and syscall tracing dev-debug/gdb:xxhash - Use dev-libs/xxhash to speed up internal hashing. +dev-debug/hotspot:debuginfod - Enable debuginfod support via dev-libs/elfutils libdebuginfod dev-debug/ltrace:elfutils - Use libdwfl from dev-libs/elfutils for frame unwinding support dev-debug/ltrace:unwind - Use sys-libs/libunwind for frame unwinding support dev-debug/strace:aio - Enable dev-libs/libaio support for tracing Asynchronous I/O operations @@ -2822,6 +2823,7 @@ dev-texlive/texlive-basic:luajittex - Add support for LuaJitTeX: LuaTeX based on dev-util/Tensile:client - Build and install tensile_client executable to run benchmarks and tune GPU GEMM dev-util/babeltrace:elfutils - Build the dev-util/lttng-ust debug information filter component class dev-util/babeltrace:plugins - Build support for Babeltrace 2 Python plugins +dev-util/bcc:debuginfod - Enable debuginfod support via dev-libs/elfutils libdebuginfod dev-util/bpftool:caps - Use sys-libs/libcap to enable unprivileged run support dev-util/bpftool:clang - Use llvm-core/clang instead of sys-devel/bpf-toolchain for BPF CO-RE support dev-util/bpftool:llvm - Use llvm-core/llvm instead of libbfd (sys-libs/binutils-libs) for JIT disassembly @@ -2980,6 +2982,7 @@ dev-util/schroot:zfs - Enable support for chroots using ZFS shapshots/clones dev-util/sdl-jstest:sdl - Enable media-libs/libsdl2 based input test dev-util/sdl-jstest:sdl1 - Enable media-libs/libsdl based input test dev-util/selenium-manager:telemetry - Enable sending telemetry by default (disabling it sets avoid-stats config option to true). +dev-util/sysprof:debuginfod - Enable debuginfod support via dev-libs/elfutils libdebuginfod dev-util/uftrace:capstone - Use capstone to provide dynamic tracing without recompilation dev-util/unicorn:logging - Enable logging dev-util/vulkan-tools:cube - Build the cube/cubepp demos |
