commit: 9c76f4abdbd0d8138569cc8dcb4111c4dc374cbe Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 30 15:01:30 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 15:02:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c76f4ab
profiles: desktop: Revert "Cleanup obsolete dev-python/pyqt5 package.use" This reverts commit a70ee82833123d9bc7b473f84da957fbfe572dd5. Too soon. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/targets/desktop/package.use | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 99cb390a378c..1821cd69d532 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -39,6 +39,10 @@ x11-base/xwayland libei # circular dependency out of the box. dev-build/cmake -gui +# Andreas Sturmlechner <[email protected]> (2023-07-29) +# Required by dev-python/pyqt5[multimedia] +dev-qt/qtmultimedia:5 widgets + # Andreas Sturmlechner <[email protected]> (2023-05-21) # Needed by a global USE=wayland right now (REQUIRED_USE conflicts) media-libs/clutter egl @@ -92,6 +96,10 @@ media-video/mpv -sdl # Needed by x11-misc/xdg-utils. app-text/xmlto text +# Ben de Groot <[email protected]> (2015-02-18) +# Enable sensible defaults for desktop users (bug #540046) +dev-python/pyqt5 gui multimedia network printsupport widgets + # Chí-Thanh Christopher Nguyễn <[email protected]> (2014-05-08) # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] # and the X flag is enabled by default in the desktop profile
