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 <[email protected]> (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 <[email protected]> (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
