commit: 61b2383fd599d26092053c4b300d473f80ca5f5f Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jul 10 13:27:51 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jul 10 13:28:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b2383f
profiles: Mask gcc[vanilla] for time64 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/features/time64/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/time64/package.use.mask b/profiles/features/time64/package.use.mask new file mode 100644 index 000000000000..aa646ce0847e --- /dev/null +++ b/profiles/features/time64/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <[email protected]> (2025-07-10) +# We need the gcc patchset here, otherwise things break. +sys-devel/gcc vanilla
