commit: ab9105ea8fc1387bdbd02270368060371a735799 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 4 00:35:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 4 00:35:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9105ea
profiles: mask >= meson 0.60.x (errors on unknown arguments) Erroring out on unknown arguments is a feature (and a good thing!) but there's enough excitement going on with other changes hitting the tree so we should mask this for some further testing to uncover issues in packages. Bug: https://bugs.gentoo.org/821544 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 c9c75a0eb7f..25c958a0830 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2021-11-03) +# Newer Meson versions make unknown arguments fatal. +# Masked for testing. bug #821544 +>=dev-util/meson-0.60.0 + # Sam James <[email protected]> (2021-11-03) # Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default # in at least the sys-kernel/gento-kernel kernel config.
