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 C5CF015864F for ; Sat, 25 Mar 2023 00:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A49DE093D; Sat, 25 Mar 2023 00:15:14 +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 E5A8DE093D for ; Sat, 25 Mar 2023 00:15:13 +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 15AAB340A35 for ; Sat, 25 Mar 2023 00:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB0C944 for ; Sat, 25 Mar 2023 00:15:09 +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: <1679702996.394b463e4cb199e6199a9a7d3c9b9499b610e806.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdeconnect/kdeconnect-9999.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 394b463e4cb199e6199a9a7d3c9b9499b610e806 X-VCS-Branch: master Date: Sat, 25 Mar 2023 00:15:09 +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: a4bb317a-cf04-4c59-ab1e-d44853ff110e X-Archives-Hash: 178850bf494b9c3d3dfbb2177e218009 commit: 394b463e4cb199e6199a9a7d3c9b9499b610e806 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 25 00:09:56 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 25 00:09:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=394b463e kde-misc/kdeconnect: Update dependencies Upstream commits: 851e456210f6f154dbee21bec3e314c6c1b01354 5d4b074ef597e6d57858b6d27f6f55dc7e805325 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index 03bd029b86..33cd74d829 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -51,6 +51,7 @@ DEPEND=" >=kde-frameworks/plasma-${KFMIN}:5 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 >=kde-frameworks/solid-${KFMIN}:5 + x11-libs/libxkbcommon bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 ) X? ( x11-libs/libfakekey @@ -67,7 +68,6 @@ RDEPEND="${DEPEND} net-fs/sshfs " BDEPEND=" - dev-libs/plasma-wayland-protocols >=dev-qt/qtwaylandscanner-${QTMIN}:5 dev-util/wayland-scanner "