commit: cf3583470396ae6dd0399bcd5b55ec0e8f83c785 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 10 00:11:10 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 10 00:11:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf358347
profiles: mask =sys-libs/timezone-data-2024b Breaks both C++ stdlib impls with a casing issue: * libstdc++ (https://gcc.gnu.org/PR116657) * libcxx (https://github.com/llvm/llvm-project/issues/107779) There's *another* issue with April vs Apr but I patched that when initially bumping, so we're not affected by that. Bug: https://gcc.gnu.org/PR116657 Bug: https://github.com/llvm/llvm-project/issues/107779 Bug: https://github.com/Alexays/Waybar/issues/3575 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 3c370ee08fb0..759447c54666 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2024-09-10) +# Breaks both C++ stdlib impls with a casing issue: +# * libstdc++ (https://gcc.gnu.org/PR116657) +# * libcxx (https://github.com/llvm/llvm-project/issues/107779) +=sys-libs/timezone-data-2024b + # Andreas Sturmlechner <[email protected]> (2024-09-09) # No revdeps for years, KF5-based. Removal on 2024-10-09. net-libs/libmediawiki
