From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 9C7EA15802E for ; Tue, 25 Jun 2024 22:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB17E2AD4; Tue, 25 Jun 2024 22:33:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE48CE2AD3 for ; Tue, 25 Jun 2024 22:33:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D52BA343009 for ; Tue, 25 Jun 2024 22:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAD7F1D4D for ; Tue, 25 Jun 2024 22:33:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719354725.4bb15ec8903655113926f08c2819e4783cfd95b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4bb15ec8903655113926f08c2819e4783cfd95b2 X-VCS-Branch: master Date: Tue, 25 Jun 2024 22:33:15 +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: f827e775-0d43-44d7-b655-4b74f3bf4621 X-Archives-Hash: b3fb2097807688bc20bfe241af48ace9 commit: 4bb15ec8903655113926f08c2819e4783cfd95b2 Author: Sam James gentoo org> AuthorDate: Sun Jun 23 17:44:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 25 22:32:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb15ec8 kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported USE=-unsupported (the default) banning coinstalls with sys-apps/xdg-desktop-portal-gnome caused issues with users either migrating between KDE Plasma and GNOME or wanting to have both installed, so it prompted me to look into it again. xdg-desktop-portal-kde installs kde-portals.conf which is used and preferred within the Plasma desktop, so we have no issue here. (Done in upstream commit ae9b326e55ca4a25a762cf0bfe96f5e947765833). The recommendation to not coinstall them was added upstream in April 2023 at https://community.kde.org/index.php?title=Distributions/Packaging_Recommendations&diff=prev&oldid=96239, while the aforementioned upstream commit is from May 2023. Cloess: https://bugs.gentoo.org/934823 Signed-off-by: Sam James gentoo.org> kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild index c7d62908795b..f57d24bcf99e 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild @@ -107,7 +107,6 @@ RDEPEND=" thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) !unsupported? ( !gui-apps/qt6ct - !sys-apps/xdg-desktop-portal-gnome ) wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )