From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1619105-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5E4F158041 for <garchives@archives.gentoo.org>; Wed, 10 Apr 2024 01:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7F6E29A3; Wed, 10 Apr 2024 01:41:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08B23E29A3 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Apr 2024 01:41:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0663934330C for <gentoo-commits@lists.gentoo.org>; Wed, 10 Apr 2024 01:41:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0191261 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Apr 2024 01:41:16 +0000 (UTC) From: "Ionen Wolkens" <ionen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org> Message-ID: <1712713227.f8c28803daec106ef1dc253c975a8c5870a4a8b2.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f8c28803daec106ef1dc253c975a8c5870a4a8b2 X-VCS-Branch: master Date: Wed, 10 Apr 2024 01:41:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cdf9de3-2749-4506-960d-276176dd82fe X-Archives-Hash: b2a7959de087ed3269c31edd0b47ebe0 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 <ionen@gentoo.org> (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 <mattst88@gentoo.org> (2024-02-28) # A large number of packages still need /usr/bin/pkg-config # including meson.eclass consumers.