From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09D2E158087 for ; Fri, 4 Feb 2022 14:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 083BA2BC003; Fri, 4 Feb 2022 14:08:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9434A2BC003 for ; Fri, 4 Feb 2022 14:08:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8713334316B for ; Fri, 4 Feb 2022 14:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001171EF for ; Fri, 4 Feb 2022 14:08:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1643983671.17acf0a61dd056a9962c76c8f1711c10701af72e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/plasma/package.use X-VCS-Directories: profiles/targets/desktop/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17acf0a61dd056a9962c76c8f1711c10701af72e X-VCS-Branch: master Date: Fri, 4 Feb 2022 14:08:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28c47fad-6bb4-43d4-ace5-343a490fe219 X-Archives-Hash: f56b3170efa5376f929c0df327d9ed47 commit: 17acf0a61dd056a9962c76c8f1711c10701af72e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 4 13:09:47 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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