commit: bfe6bc3dc1ebf987f7f6b47962a27e18e8a79161 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 11 22:54:34 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 11 22:54:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe6bc3d
profiles: fix timezone-data mask message The change in 97af870e18ed9b1c97dc18e3a8c9163c64d36a09 to clarify libc++ is not affected made it read oddly. Fixes: 97af870e18ed9b1c97dc18e3a8c9163c64d36a09 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/package.mask b/profiles/package.mask index 741156fc357a..73e8341a4429 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -44,7 +44,7 @@ mate-extra/mate-netbook sci-chemistry/mopac7 # Sam James <[email protected]> (2024-09-10) -# Breaks libstdc++ impls with a casing issue: https://gcc.gnu.org/PR116657 +# Breaks libstdc++ with a casing issue: https://gcc.gnu.org/PR116657 =sys-libs/timezone-data-2024b # Andreas Sturmlechner <[email protected]> (2024-09-09)
