From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 86B1E158086 for ; Wed, 12 Jan 2022 02:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E5E82BC028; Wed, 12 Jan 2022 02:45:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97C8D2BC028 for ; Wed, 12 Jan 2022 02:45:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8328342DA8 for ; Wed, 12 Jan 2022 02:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF778291 for ; Wed, 12 Jan 2022 02:45:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641955519.8c4774042b7fdfb08e525d8af4b7912f26a2fdce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c4774042b7fdfb08e525d8af4b7912f26a2fdce X-VCS-Branch: master Date: Wed, 12 Jan 2022 02:45:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f31e4438-5a14-4fd8-9158-90fac0b5104e X-Archives-Hash: 63443e5930d02e5be87d4f430b68c3b8 commit: 8c4774042b7fdfb08e525d8af4b7912f26a2fdce Author: Sam James gentoo org> AuthorDate: Wed Jan 12 02:04:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 12 02:45:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c477404 profiles/base: [QA] unmask PCH for current GCCs to avoid rebuilds There's no need to force people to rebuild their current GCC just to turn off PCH. Adding this because of the previous change adding pch to use.mask. Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 88ccd55512df..526fd89968f0 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,16 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2022-01-12) +# Unmask PCH for now for GCC to avoid unnecessary rebuilds +# (USE=pch is now use.mask-ed globally) + (2021-12-31) # Rizin tests require a tarball of binaries of ambiguous license. # As such, we cannot properly test it, so mask the flag until this