diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 11:52:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 11:52:19 +0100 |
commit | 8d3cf287fd83ddbb22445eaae5f2644db6d88a8c (patch) | |
tree | 9e6f11a22183cbcf610498d45dee0d86691b8a5d /profiles/targets | |
parent | net-libs/libcloudproviders: Version bump to 0.3.5 (diff) | |
download | gentoo-8d3cf287fd83ddbb22445eaae5f2644db6d88a8c.tar.gz gentoo-8d3cf287fd83ddbb22445eaae5f2644db6d88a8c.tar.bz2 gentoo-8d3cf287fd83ddbb22445eaae5f2644db6d88a8c.zip |
profiles: targets/desktop: Consolidate dev-python/* package.use
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 14 |
1 files 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 |