* Messages for package net-libs/libpsl-0.21.5:

 * "icu" and "idn" USE flags are enabled. Using "idn".

 * Messages for package x11-drivers/xf86-video-ati-22.0.0:

 * CONFIG_FB_RADEON: should not be set. But it is.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.

 * Messages for package sys-apps/util-linux-2.40.4:

 * The mesg/wall/write tools have been disabled due to USE=-tty-helpers.

 * Messages for package sys-boot/grub-2.12-r6:

 * For information on how to configure GRUB2 please refer to the guide:
 * https://wiki.gentoo.org/wiki/GRUB2_Quick_Start

 * Messages for package x11-libs/pango-1.52.2:

 * media-libs/freetype is installed without harfbuzz support. This may
 * lead to minor font rendering problems, see bug 712374.

 * Messages for package net-wireless/bluez-5.79:

 * CONFIG_BT_RFCOMM: is not set when it should be.
 * CONFIG_BT_RFCOMM_TTY: is not set when it should be.
 * CONFIG_BT_BNEP: is not set when it should be.
 * CONFIG_BT_BNEP_MC_FILTER: is not set when it should be.
 * CONFIG_BT_BNEP_PROTO_FILTER: is not set when it should be.
 * CONFIG_BT_HIDP: is not set when it should be.
 * CONFIG_UHID: is not set when it should be.
 * CONFIG_CRYPTO_USER: is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.

 * Messages for package dev-vcs/git-2.49.0-r2:

 * Some scripts require additional dependencies:
 * dev-util/quilt for git-quiltimport

 * Messages for package llvm-core/llvm-19.1.7:

 * You can find additional opt-viewer utility scripts in:
 * /usr/lib/llvm/19/share/opt-viewer
 * To use these scripts, you will need Python along with the following
 * packages:
 * dev-python/pygments (for opt-viewer)
 * dev-python/pyyaml (for all of them)

 * Messages for package llvm-core/clang-19.1.7:

 * You can find additional utility scripts in:
 * /usr/lib/llvm/19/share/clang
 * Some of them are vim integration scripts (with instructions inside).
 * The run-clang-tidy.py script requires the following additional package:
 * dev-python/pyyaml

 * Messages for package llvm-core/llvm-18.1.8-r6:

 * You can find additional opt-viewer utility scripts in:
 * /usr/lib/llvm/18/share/opt-viewer
 * To use these scripts, you will need Python along with the following
 * packages:
 * dev-python/pygments (for opt-viewer)
 * dev-python/pyyaml (for all of them)

 * Messages for package dev-lang/php-8.2.28:

 * Installing php.ini for cli into /etc/php/cli-php8.2
 *
 * Adding opcache to /etc/php/cli-php8.2/ext
 * Installing php.ini for fpm into /etc/php/fpm-php8.2
 *
 * Adding opcache to /etc/php/fpm-php8.2/ext
 * To build extensions for this version of PHP, you will need to
 * add php8-2 to your PHP_TARGETS USE_EXPAND variable.
 *
 * For details on how version slotting works, please see
 * the wiki:
 *
 * https://wiki.gentoo.org/wiki/PHP
 *

 * Messages for package media-libs/libpulse-17.0:

 * PulseAudio can be enhanced by installing the following:
 * sys-auth/rtkit for restricted realtime capabilities via D-Bus

 * Messages for package media-sound/pulseaudio-daemon-17.0-r1:

 * You have enabled bluetooth USE flag for pulseaudio. Daemon will now handle
 * bluetooth Headset (HSP HS and HSP AG) and Handsfree (HFP HF) profiles using
 * native headset backend by default. This can be selectively disabled
 * via runtime configuration arguments to module-bluetooth-discover
 * in /etc/pulse/default.pa
 * To disable HFP HF append enable_native_hfp_hf=false
 * To disable HSP HS append enable_native_hsp_hs=false
 * To disable HSP AG append headset=auto or headset=ofono
 * (note this does NOT require enabling USE ofono)
 *
 * GStreamer-based RTP implementation modile enabled.
 * To use OPUS payload install media-plugins/gst-plugins-opus
 * and add enable_opus=1 argument to module-rtp-send
 *
 * PulseAudio can be enhanced by installing the following:
 * sys-auth/rtkit for restricted realtime capabilities via D-Bus

 * Messages for package net-irc/hexchat-2.16.2:

 *
 * optional dependencies:
 * media-sound/sox (sound playback if you don't have libcanberra
 * enabled)
 * x11-themes/sound-theme-freedesktop (default BEEP sound,
 * needs libcanberra enabled)

 * Regenerating GNU info directory index...
 * Processed 130 info files.

 * IMPORTANT: 19 config files in '/etc' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

 * IMPORTANT: 8 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

 * After world updates, it is important to remove obsolete packages with
 * emerge --depclean. Refer to `man emerge` for more information.


* Messages for package llvm-core/clang-15.0.7-r3:

 * You can find additional utility scripts in:
 * /usr/lib/llvm/15/share/clang
 * Some of them are vim integration scripts (with instructions inside).
 * The run-clang-tidy.py script requires the following additional package:
 * dev-python/pyyaml




* Messages for package www-client/chromium-137.0.7151.103:

 * Hardware-accelerated video decoding configuration:
 * 
 * Chromium supports multiple backends for hardware acceleration. To enable one,
 * Add to CHROMIUM_FLAGS in /etc/chromium/default:
 * 
 * 1. VA-API with OpenGL (recommended for most users):
 * --enable-features=AcceleratedVideoDecodeLinuxGL
 * VaapiVideoDecoder may need to be added as well, but try without first.
 * 
 * 2. Enhanced Wayland/EGL performance:
 * --enable-features=AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL
 * 
 * 3. VA-API with Vulkan:
 * --enable-features=VaapiVideoDecoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE
 * 
 * NOTE: Vulkan acceleration requires X11 and will not work under Wayland sessions.
 * Use OpenGL-based acceleration instead when running under Wayland.
 * 
 * Additional options:
 * To enable hardware-accelerated encoding (if supported)
 * add 'AcceleratedVideoEncoder' to your feature list
 * VaapiIgnoreDriverChecks bypasses driver compatibility checks
 * (may be needed for newer/unsupported hardware)
 * 
 * Screencast is disabled by default at runtime. Either enable it
 * by navigating to chrome://flags/#enable-webrtc-pipewire-capturer
 * inside Chromium or add --enable-features=WebRTCPipeWireCapturer
 * to CHROMIUM_FLAGS in /etc/chromium/default.