mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-12 16:01:11 +02:00
app-emulation/qemu depends on dev-libs/glib preferentially built with static libraries. The GLib library started to depend on dev-libs/libpcre2 after the update. Since dev-libs/glib is built with static-libs USE flag, it propagates the requirement to dev-libs/libpcre2 too. Thus update the line with old dev-libs/libpcre in package.use to new dev-libs/libpcre2 now. Hopefully nothing needs static libs of old dev-libs/libpcre.