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 7383915802E for ; Fri, 28 Jun 2024 15:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB0B2BC013; Fri, 28 Jun 2024 15:18:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3E4C02BC013 for ; Fri, 28 Jun 2024 15:18:35 +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 51C9533BF08 for ; Fri, 28 Jun 2024 15:18:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E061CFB for ; Fri, 28 Jun 2024 15:18:32 +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: <1719587897.013f614f78458bb4016d01bfd8926f0c25a671cf.asturm@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-r1.ebuild kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 013f614f78458bb4016d01bfd8926f0c25a671cf X-VCS-Branch: master Date: Fri, 28 Jun 2024 15:18:32 +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: 38d0172a-57a2-4f5b-832d-84745920b824 X-Archives-Hash: ed06a2a03386c33b2f24659b7d0920be commit: 013f614f78458bb4016d01bfd8926f0c25a671cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 28 14:29:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 28 15:18:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013f614f kde-plasma/plasma-meta: Add sys-apps/xdg-desktop-portal-gtk to IUSE=gtk Closes: https://bugs.gentoo.org/934960 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{plasma-meta-6.1.1.ebuild => plasma-meta-6.1.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.1.1-r1.ebuild similarity index 99% rename from kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild rename to kde-plasma/plasma-meta/plasma-meta-6.1.1-r1.ebuild index 49b15fb9f34b..fc136d816fcc 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1-r1.ebuild @@ -79,6 +79,7 @@ RDEPEND=" gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} >=kde-plasma/kde-gtk-config-${PV}:${SLOT} + sys-apps/xdg-desktop-portal-gtk x11-misc/appmenu-gtk-module ) kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )