From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1357179-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 86B1E158086
	for <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Wed, 12 Jan 2022 02:45:31 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
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: <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: f31e4438-5a14-4fd8-9158-90fac0b5104e
X-Archives-Hash: 63443e5930d02e5be87d4f430b68c3b8

commit:     8c4774042b7fdfb08e525d8af4b7912f26a2fdce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 02:04:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <sam@gentoo.org> (2022-01-12)
+# Unmask PCH for now for GCC to avoid unnecessary rebuilds
+# (USE=pch is now use.mask-ed globally)
+<sys-devel/gcc-11.3:11 -pch
+<sys-devel/gcc-10.4:10 -pch
+=sys-devel/gcc-9* -pch
+=sys-devel/gcc-8* -pch
+=sys-devel/gcc-7* -pch
+=sys-devel/gcc-6* -pch
+
 # John Helmert III <ajak@gentoo.org> (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