commit: 926b0b0c7fc195ac5d3c2cfea118391b2d540725 Author: 1vybridge <openrc <AT> posteo <DOT> de> AuthorDate: Mon Jun 30 16:24:37 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 13 06:46:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926b0b0c
app-editors/gnome-text-editor: mask spell USE This feature has been dropped since upstream commits [1] and [2] and was not available in versions 47.2 and 47.4, but is likely to return in the future. [1] https://gitlab.gnome.org/GNOME/gnome-text-editor/-/commit/7538b9a3dd27869c665e02a25f61ad623ab642b9 [2] https://gitlab.gnome.org/GNOME/gnome-text-editor/-/commit/908db71e4f6a7a2fbc2832bd3b54432e6cf95776 Closes: https://bugs.gentoo.org/959286 Signed-off-by: 1vybridge <openrc <AT> posteo.de> Part-of: https://github.com/gentoo/gentoo/pull/42814 Closes: https://github.com/gentoo/gentoo/pull/42814 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 725fafe06a12..f67994ed645d 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,13 @@ # New entries go on top. +# Ivy <[email protected]> (2025-07-11) +# app-editors/gnome-text-editor[spell] has been dropped upstream and +# replaced with app-text/libspelling, but will likely be added back +# in future releases. +~app-editors/gnome-text-editor-47.2 spell +~app-editors/gnome-text-editor-47.4 spell + # Andreas Sturmlechner <[email protected]> (2025-06-27) # Prepare cleanup of kde-apps/cervisia kde-apps/kdesdk-meta cvs
