commit:     17acf0a61dd056a9962c76c8f1711c10701af72e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 13:09:47 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 14:07:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17acf0a6

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 <AT> gentoo.org>

 profiles/targets/desktop/plasma/package.use | 5 +++++
 1 file changed, 5 insertions(+)

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
 

Reply via email to