commit: 3900aeca5a362e5c949fb47cc1e5959d3d1c4165 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Oct 9 14:46:57 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Oct 9 15:04:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3900aeca
profiles: mask net-libs/webkit-gtk-2.46.x while in development Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 429dc82df12f..a2afedd3c5f2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky <[email protected]> (2024-10-09) +# This is the new stable series of webkit-gtk, but it has a new +# less-portable rendering engine, and doesn't yet build on ~riscv for +# reasons unrelated to that. It's easier to play around with it in +# the tree, but it's not ready for end users yet. +>=net-libs/webkit-gtk-2.46.0 + # Ionen Wolkens <[email protected]> (2024-10-08) # Masked for testing and (mostly) to avoid upgrade noise given # PyQt6-6.7.x is known broken with it and depends on <6.8. Feel
