commit: 6d1139bb1ac82dcd13d15f01f8396e31d47782c8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 22 20:52:06 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 22 21:57:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1139bb
profiles: Mask unused Qt5 packages (libraries) for removal Short PMASKED time since they had been already masked since 2025-01-23. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 0f4bbd316550..3f223a17b45a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -458,7 +458,7 @@ dev-python/pyside6-tools =dev-cpp/cpp-httplib-0.18.6 # Andreas Sturmlechner <[email protected]> (2025-01-23) -# Qt5 packages without any revdeps. +# Qt5 tools without any revdeps. dev-qt/assistant dev-qt/linguist dev-qt/pixeltool @@ -467,12 +467,15 @@ dev-qt/qdbusviewer dev-qt/qdoc dev-qt/qtdiag dev-qt/qtpaths +dev-qt/qtplugininfo + +# Andreas Sturmlechner <[email protected]> (2025-01-23) +# Qt5 packages without any revdeps. Removal on 2025-06-01. dev-qt/qt3d:5 dev-qt/qtdatavis3d:5 dev-qt/qtgamepad:5 dev-qt/qtlocation:5 dev-qt/qtnetworkauth:5 -dev-qt/qtplugininfo dev-qt/qtquicktimeline:5 dev-qt/qtsensors:5 dev-qt/qtserialbus:5
