commit: 8d3cf287fd83ddbb22445eaae5f2644db6d88a8c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 12 10:52:19 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 12 10:52:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3cf287
profiles: targets/desktop: Consolidate dev-python/* package.use Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/targets/desktop/plasma/package.use | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 4ef2ed3e47a6..a5943aee3640 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,14 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# qtwebchannel package is fairly small, and python bindings are -# required by some popular desktop packages such as calibre, -# qutebrowser, and freecad (or indirectly through PyQt*WebEngine). -dev-python/PyQt5 webchannel -dev-python/PyQt6 webchannel -dev-python/pyside2 webchannel -dev-python/pyside6 webchannel - # NSS: Required by kde-apps/okular[pdf] # Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888) app-text/poppler nss boost @@ -18,8 +10,14 @@ dev-libs/libjcat gpg pkcs7 # Required by www-client/falkon[python] and dev-python/pyside2[location], # in addition fix REQUIRED_USE conflict caused if "webengine" is enabled. +# qtwebchannel package is fairly small, and python bindings are +# required by some popular desktop packages such as calibre, +# qutebrowser, and freecad (or indirectly through PyQt*WebEngine). +dev-python/PyQt5 webchannel +dev-python/PyQt6 webchannel dev-python/pyside2 designer location positioning quick dev-python/pyside2 printsupport webchannel +dev-python/pyside6 webchannel # Required by sys-apps/flatpak, a dependency of kde-plasma/discover dev-util/ostree curl
