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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA4B3158009 for ; Sat, 17 Jun 2023 16:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC36DE089B; Sat, 17 Jun 2023 16:45:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCB29E089B for ; Sat, 17 Jun 2023 16:45:25 +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 A07CC335D6B for ; Sat, 17 Jun 2023 16:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1780DA66 for ; Sat, 17 Jun 2023 16:45:23 +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: <1687020173.e0a91e73fca559677c69ff8e48729b37652cd355.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-23.04.2-r1.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e0a91e73fca559677c69ff8e48729b37652cd355 X-VCS-Branch: master Date: Sat, 17 Jun 2023 16:45:23 +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: 90639131-f685-47b6-a01e-8116e21c7883 X-Archives-Hash: 25ca9c9271d191e6fc87e0814d75bff1 commit: e0a91e73fca559677c69ff8e48729b37652cd355 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 17 16:37:19 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 17 16:42:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a91e73 kde-misc/kdeconnect: Add missing DEPEND Upstream commit 22cd3b1e5caeafc2532de88d1296a94efcb5e668 Closes: https://bugs.gentoo.org/908683 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild index ba3de6380507..931cd860464b 100644 --- a/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild @@ -21,7 +21,7 @@ IUSE="bluetooth pulseaudio telephony X" RESTRICT="test" -DEPEND=" +COMMON_DEPEND=" >=app-crypt/qca-2.3.0:2[qt5(+),ssl] >=dev-libs/wayland-1.15.0 >=dev-qt/qtdbus-${QTMIN}:5 @@ -61,7 +61,10 @@ DEPEND=" x11-libs/libXtst ) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + dev-libs/wayland-protocols +" +RDEPEND="${COMMON_DEPEND} dev-libs/kpeoplevcard >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=dev-qt/qtmultimedia-${QTMIN}:5[qml]