commit: de9e76a42d645a57f908c3fdb2c887f656118918 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Sun Dec 3 00:59:06 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 01:05:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9e76a4
package.mask: mask broken meson version for anyone that had it installed It breaks portage so it is quite important that users not use it for any reason. Bug: https://bugs.gentoo.org/919072 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34099 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 54b59fdb2fd7..59da3dbdf564 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Eli Schwartz <[email protected]> (2023-12-02) +# Has a bug that breaks sys-apps/portage. Upgrade to 1.3.0-r1 instead. +# Bug #919072. +=dev-util/meson-1.3.0 + # Michał Górny <[email protected]> (2023-11-30) # Last commit in 2020. It was used exclusively by dev-python/ipython, # and it is used no more.
