From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1529682-garchives=archives.gentoo.org@lists.gentoo.org> 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 44567158009 for <garchives@archives.gentoo.org>; Sat, 17 Jun 2023 16:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FFEE0872; Sat, 17 Jun 2023 16:41:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3F482E0872 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Jun 2023 16:41: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C4BF340928 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Jun 2023 16:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9D8AA66 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Jun 2023 16:41:10 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1687019839.2af581b79bada9e10ae1f86d952f3b56a36977c5.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-23.04.49.9999.ebuild 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: 2af581b79bada9e10ae1f86d952f3b56a36977c5 X-VCS-Branch: master Date: Sat, 17 Jun 2023 16:41:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e18e7f57-f33b-481f-9f45-8ef77b5c40a9 X-Archives-Hash: 1344a665e9053c230dca4223968fd789 commit: 2af581b79bada9e10ae1f86d952f3b56a36977c5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 17 16:37:19 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jun 17 16:37:19 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2af581b7 kde-misc/kdeconnect: Add missing DEPEND Upstream commit 22cd3b1e5caeafc2532de88d1296a94efcb5e668 Bug: https://bugs.gentoo.org/908683 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/kdeconnect/kdeconnect-23.04.49.9999.ebuild | 7 +++++-- kde-misc/kdeconnect/kdeconnect-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.49.9999.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.49.9999.ebuild index 79b09da9bb..c3ec21c4c4 100644 --- a/kde-misc/kdeconnect/kdeconnect-23.04.49.9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-23.04.49.9999.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] diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index 30a1322e24..6ec03ed368 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.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]