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 CAA3F15864F for ; Sat, 25 Mar 2023 00:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A21E08DD; Sat, 25 Mar 2023 00:14:51 +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 9A1B8E08C8 for ; Sat, 25 Mar 2023 00:14:51 +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 A19AE340CD2 for ; Sat, 25 Mar 2023 00:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F1B9932 for ; Sat, 25 Mar 2023 00:14:49 +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: <1679703270.d7891cb4c787b252e595af12a5fa95626a1ce28c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7891cb4c787b252e595af12a5fa95626a1ce28c X-VCS-Branch: master Date: Sat, 25 Mar 2023 00:14:49 +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: bb1e1026-215d-4739-ab6a-416c16b12dfd X-Archives-Hash: d7be1b29f358aa68261825a00ff4f6a8 commit: d7891cb4c787b252e595af12a5fa95626a1ce28c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 25 00:09:02 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 25 00:14:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7891cb4 kde-misc/kdeconnect: Move p-w-protocols to DEPEND where it should be Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild b/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild index 9a60c1e78b4a..4410fab3f79b 100644 --- a/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild @@ -61,13 +61,13 @@ DEPEND=" " RDEPEND="${DEPEND} dev-libs/kpeoplevcard + dev-libs/plasma-wayland-protocols >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=dev-qt/qtmultimedia-${QTMIN}:5[qml] >=kde-frameworks/kdeclarative-${KFMIN}:5 net-fs/sshfs " BDEPEND=" - dev-libs/plasma-wayland-protocols >=dev-qt/qtwaylandscanner-${QTMIN}:5 dev-util/wayland-scanner "