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 ADC64158092 for ; Sun, 8 May 2022 22:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7F3BE08A8; Sun, 8 May 2022 22:23:30 +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 CCB81E08A8 for ; Sun, 8 May 2022 22:23:30 +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 DEBFE3415E6 for ; Sun, 8 May 2022 22:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24BEC456 for ; Sun, 8 May 2022 22:23:27 +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: <1652048053.bd4e4e67ffefa8fe17f87ead2771506634035096.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd4e4e67ffefa8fe17f87ead2771506634035096 X-VCS-Branch: master Date: Sun, 8 May 2022 22:23:27 +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: de5822d8-925e-45be-9ab6-b939d87e8933 X-Archives-Hash: 7f3a6784c19ebe1fa11fdb3e9bea7c92 commit: bd4e4e67ffefa8fe17f87ead2771506634035096 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 8 22:07:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 8 22:14:13 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bd4e4e67 kde-plasma/xdg-desktop-portal-kde: Update DEPENDs Upstream commits: cbaa0666740a0c928662803b6e1dbe050b19d5ac bbfa7471d26c84157e6a022b83e202a8de04fee7 d5f958e149705e27bbba9f3bbec659ff5bed1d80 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild index a9010544fa..be7e50495c 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild @@ -26,6 +26,7 @@ COMMON_DEPEND=" >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kdeclarative-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/knotifications-${KFMIN}:5 @@ -35,10 +36,11 @@ COMMON_DEPEND=" >=kde-frameworks/plasma-${KFMIN}:5 " DEPEND="${COMMON_DEPEND} - >=dev-libs/plasma-wayland-protocols-1.1.1 + >=dev-libs/plasma-wayland-protocols-1.7.0 >=dev-qt/qtconcurrent-${QTMIN}:5 " RDEPEND="${COMMON_DEPEND} + kde-misc/kio-fuse:5 sys-apps/xdg-desktop-portal " BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"