diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-04 14:09:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-04 15:07:51 +0100 |
commit | 17acf0a61dd056a9962c76c8f1711c10701af72e (patch) | |
tree | a35c702d7cb71632d8e80d6a12beaff3cdecd3b4 /profiles/targets | |
parent | net-proxy/obfs4proxy: add 0.0.13, drop 0.0.12 (diff) | |
download | gentoo-17acf0a61dd056a9962c76c8f1711c10701af72e.tar.gz gentoo-17acf0a61dd056a9962c76c8f1711c10701af72e.tar.bz2 gentoo-17acf0a61dd056a9962c76c8f1711c10701af72e.zip |
profiles: desktop/plasma: Add IUSE defaults for dev-python/pyside2
www-client/falkon[python] requires IUSE="designer" in addition to
default enabled IUSE="gui,widgets".
Fixes REQUIRED_USE conflicts:
- IUSE webengine,widgets triggers IUSE="printsupport,webchannel" req
- IUSE webengine triggers IUSE="location,quick" req
- IUSE location triggers IUSE="positioning" req
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index ace810f3220d..5e9ebf34903f 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -8,6 +8,11 @@ app-text/poppler nss boost # Required by sys-apps/fwupd, a dependency of kde-plasma/discover 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. +dev-python/pyside2 designer location positioning quick +dev-python/pyside2 printsupport webchannel + # Required by sys-apps/flatpak, a dependency of kde-plasma/discover dev-util/ostree curl |