commit: f8c28803daec106ef1dc253c975a8c5870a4a8b2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 10 01:26:12 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 10 01:40:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c28803
profiles/base: force USE=zstd for qtbase:6 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/base/package.use.force | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 440df6153693..878eedb0489f 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,20 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <[email protected]> (2024-04-10) +# Flipping the zstd USE state is unsafe and can break *tons* of Qt revdeps +# including many KDE packages and Qt itself without rebuilds due to losing +# the qt_resourceFeatureZstd@Qt_6 (non-private) symbol making it irrealistic +# to have [zstd=] everywhere. +# +# Given prebuilt revdeps may also need this and that it may speed up +# resources usage, picking to always enable rather than disable. +# +# If *really* want to un-force and disable this, please rebuild all +# qtbase revdeps after. +dev-qt/qtbase:6 zstd +dev-qt/qttools:6 zstd + # Matt Turner <[email protected]> (2024-02-28) # A large number of packages still need /usr/bin/pkg-config # including meson.eclass consumers.
