commit: 8f45023fc11092f47c01c6d650296dcec8fc949c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 18:54:04 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 18:58:19 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f45023f
profiles: Mask app-editors/qxmledit for removal See also: https://github.com/lbellonda/qxmledit/issues/101 Bug: https://bugs.gentoo.org/955183 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 65c7a0a0bbdf..2e44ea2cb576 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2026-02-26) +# Depends on Qt5 and does not appear to be ported to Qt6. Upstream's main +# problem is reliance on QtXMLPatterns which is not available in Qt6. +# Bug #955183 +# Removal on 2026-03-28. +app-editors/qxmledit + # Andreas Sturmlechner <[email protected]> (2026-02-26) # Current release depends on Qt5, painful to package which may explain why not # many other distributions care to do so. Upstream AppImage available.
